docs:更新文档说明

This commit is contained in:
张益铭 2021-02-18 16:11:23 +08:00
parent 40a1b181b5
commit 1542135ab0

View File

@ -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