2024-02-18 03:20:00 +00:00
|
|
|
|
# school-front
|
|
|
|
|
|
|
|
|
|
|
|
## Build Setup
|
|
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
|
# install dependencies
|
|
|
|
|
|
$ yarn install
|
|
|
|
|
|
|
|
|
|
|
|
# serve with hot reload at localhost:3000
|
|
|
|
|
|
$ yarn dev
|
|
|
|
|
|
|
|
|
|
|
|
# build for production and launch server
|
|
|
|
|
|
$ yarn build
|
|
|
|
|
|
$ yarn start
|
|
|
|
|
|
|
|
|
|
|
|
# generate static project
|
|
|
|
|
|
$ yarn generate
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
## Special Directories
|
|
|
|
|
|
|
2024-02-26 16:16:55 +00:00
|
|
|
|
### mixins
|
2024-02-18 03:20:00 +00:00
|
|
|
|
|
2024-02-26 16:16:55 +00:00
|
|
|
|
vue混入代码,主要是自适应相关的代码
|
2024-02-18 03:20:00 +00:00
|
|
|
|
|
2024-02-26 16:16:55 +00:00
|
|
|
|
### `assets`
|
2024-02-18 03:20:00 +00:00
|
|
|
|
|
2024-02-26 16:16:55 +00:00
|
|
|
|
静态资源
|
2024-02-18 03:20:00 +00:00
|
|
|
|
|
|
|
|
|
|
### `components`
|
|
|
|
|
|
|
2024-02-26 16:16:55 +00:00
|
|
|
|
公共组件目录
|
2024-02-18 03:20:00 +00:00
|
|
|
|
|
|
|
|
|
|
### `layouts`
|
|
|
|
|
|
|
2024-02-26 16:16:55 +00:00
|
|
|
|
布局目录,多了一个管理页
|
2024-02-18 03:20:00 +00:00
|
|
|
|
|
2024-02-26 16:16:55 +00:00
|
|
|
|
## 组件库文档地址
|
|
|
|
|
|
https://1x.antdv.com/components/icon/
|