Browse Source

readme 约定

master
zhangjiming 6 months ago
parent
commit
8fc4b5a3f6
  1. 14
      README.md

14
README.md

@ -1,7 +1,5 @@
# A1800
This template should help get you started developing with Vue 3 in Vite.
## Project Setup
```sh
@ -19,3 +17,15 @@ npm run dev
```sh
npm run build
```
## 约定
目录:
views: 主要页面
components: 子组件
services: API接口
assets: 资源(图片)
utils: 实用工具
.env 环境变量(如IP,Port)
.env.local 本地环境变量
Loading…
Cancel
Save