بدون توضیح

张益铭 1542135ab0 docs:更新文档说明 4 سال پیش
backend 58b58e687f document format 4 سال پیش
doc 52f20896d9 添加vscode快速生成vue3.0代码片段文档 4 سال پیش
frontend 40a1b181b5 fix:拉取angular-ts和react-ts分支最新代码 4 سال پیش
.DS_Store a6d76a34fa vue3.0 init 4 سال پیش
.gitignore 58f3fcbaf3 project init 4 سال پیش
LICENSE 721b84824c Initial commit 4 سال پیش
README.md 1542135ab0 docs:更新文档说明 4 سال پیش

README.md

Vue3.0版本已开发完成!

Vue3.0+TypeScript+NodeJS+MySql编写的一套后台管理框架

文档地址

https://xiaoxian521.github.io/zh/standard/

结构介绍

① frontend为前端项目存放文件夹
② backend为后端项目存放文件夹
③ doc为文档编写存放文件夹

Structure introduction

① 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
react => /frontend/react-ts
angular => /frontend/angular-ts

Front end corresponding code storage directory

vue => /frontend/vue-ts
react => /frontend/react-ts
angular => /frontend/angular-ts

注意点

① 接口文档使用Swagger
② 编写者必须严格遵守项目中tslint编写规则
③ 编写者必须严格遵循代码命名语义化、提高代码可读性
④ 编写者编写代码完毕必须经过单元测试,保证代码可用性
⑤ 编写必须完全使用TypeScript,保证代码严谨性、可维护性
⑥ 编写者提交代码发生冲突,必须先解决,在推送,严禁使用git push -f origin 分支
⑦ 编写者无须在项目中放置.gitignore文件,如需加入别的git忽略请放在CURD-TS文件夹跟目录的.gitignore文件

Attention point

① Interface documents use swagger
② The author must strictly abide by the tslint writing rules in the project
③ The author must strictly follow the code naming semantics and improve the readability of the code
④ The author must go through the unit test to ensure the usability of the code
⑤ Typescript must be used completely to ensure code rigor and maintainability
⑥ If the code submitted by the writer conflicts, it must be resolved first. In pushing, GIT push - f origin branch is strictly prohibited
⑦ The author does not need to place the. Gitignore file in the project. If you want to add other git ignore, please put it in the curd-ts folder and the. Gitignore file in the directory