mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-21 14:13:36 +08:00
文档添加书写规范
This commit is contained in:
@@ -3,7 +3,31 @@
|
||||
:tada: :100:
|
||||
::: tip
|
||||
```
|
||||
和尚 WeChat:18237613535
|
||||
和尚
|
||||
```
|
||||
GitHub:https://github.com/xiaoxian521
|
||||
:::
|
||||
|
||||
:tada: :100:
|
||||
::: tip
|
||||
```
|
||||
chenxi
|
||||
```
|
||||
GitHub:https://github.com/chenxi19950223/wxnode
|
||||
:::
|
||||
|
||||
:tada: :100:
|
||||
::: tip
|
||||
```
|
||||
ChaoSuperScholar
|
||||
```
|
||||
GitHub:https://github.com/ChaoSuperScholar/smallhouse
|
||||
:::
|
||||
|
||||
:tada: :100:
|
||||
::: tip
|
||||
```
|
||||
Yinwenxu
|
||||
```
|
||||
GitHub:https://github.com/Yinwenxu/Student
|
||||
:::
|
||||
@@ -1,5 +1,7 @@
|
||||
# description
|
||||
|
||||
### A system of adding, deleting, modifying and checking based on TS
|
||||
|
||||
## Main Technologies:
|
||||
| front end | after end | database |
|
||||
| -- |:--:| -- |
|
||||
|
||||
@@ -1,3 +1,16 @@
|
||||
# Writing Standard
|
||||
|
||||
:tada: :100:
|
||||
::: tip
|
||||
① 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
|
||||
⑦ Put Vue code under Vue TS branch, react code under react TS branch and angular code under angular TS branch
|
||||
:::
|
||||
|
||||
::: danger
|
||||
Managers are not allowed to push or merge the code directly into the main branch. The main branch is only used to store the back-end code and document code. In this way, it avoids the need to wait for a long time to pull the code for the first time. After the code is written as a whole, it will be merged into the main branch
|
||||
:::
|
||||
Reference in New Issue
Block a user