Commit 7bd7c3c3 authored by lipengcheng 's avatar lipengcheng

docs: 文档完善

parent d26b95fe
...@@ -96,6 +96,7 @@ npm run prettier ...@@ -96,6 +96,7 @@ npm run prettier
### 目录结构 ### 目录结构
```
├── CHANGELOG.md // 更新日志 ├── CHANGELOG.md // 更新日志
├── README.md ├── README.md
├── babel.config.js ├── babel.config.js
...@@ -148,6 +149,7 @@ npm run prettier ...@@ -148,6 +149,7 @@ npm run prettier
│ └── page2.vue │ └── page2.vue
├── vue.config.js ├── vue.config.js
└── yarn.lock └── yarn.lock
```
注意: 注意:
1. 页面组件(通俗理解为与路由对应的组件,也可称路由组件)统一放在`views`目录下。 1. 页面组件(通俗理解为与路由对应的组件,也可称路由组件)统一放在`views`目录下。
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment