From 1542135ab0f7e31e14491e1631a2b163f0e18e73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=9B=8A=E9=93=AD?= Date: Thu, 18 Feb 2021 16:11:23 +0800 Subject: [PATCH] =?UTF-8?q?docs=EF=BC=9A=E6=9B=B4=E6=96=B0=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 290c9d7aa..b1a32ad74 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,18 @@ # Vue3.0版本已开发完成! -一套基于TS的增删改查系统,前端语言Vue3.0、React、Angular,后端语言node+express,采用了三种数据库MySQL、MongoDB、SQLite编写。 -A TS based add, delete, modify and query system, the front-end language vue3.0, react, angular, back-end language node + Express, using three kinds of database mysql, mongodb, SQLite +Vue3.0+TypeScript+NodeJS+MySql编写的一套后台管理框架 ## 文档地址 https://xiaoxian521.github.io/zh/standard/ ## 结构介绍 -① sql为数据库存放文件夹 -② doc为文档编写存放文件夹 -③ backend为后端项目存放文件夹 -④ frontend为前端项目存放文件夹 +① frontend为前端项目存放文件夹 +② backend为后端项目存放文件夹 +③ doc为文档编写存放文件夹 ## Structure introduction -① SQL stores the folder for the database -② Doc write storage folder for documents -③ Backend stores the folder for the back-end project -④ Frontend stores the folder for the front-end project +① Frontend stores the folder for the front-end project +② Backend stores the folder for the back-end project +③ Doc write storage folder for documents ## 前端对应代码存放目录 vue => /frontend/vue-ts