34 lines
602 B
Markdown
34 lines
602 B
Markdown
![]() |
# finacial
|
|||
|
|
|||
|
## Project setup
|
|||
|
```
|
|||
|
npm install
|
|||
|
```
|
|||
|
|
|||
|
### Compiles and hot-reloads for development
|
|||
|
```
|
|||
|
npm run serve
|
|||
|
```
|
|||
|
|
|||
|
### Compiles and minifies for production
|
|||
|
```
|
|||
|
npm run build
|
|||
|
```
|
|||
|
|
|||
|
### Lints and fixes files
|
|||
|
```
|
|||
|
npm run lint
|
|||
|
```
|
|||
|
|
|||
|
### Customize configuration
|
|||
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|
|||
|
|
|||
|
<!--各个文件夹的作用
|
|||
|
api:接口(后端、Mock模拟后端)
|
|||
|
components:小组件(左侧导航菜单)
|
|||
|
router:路由
|
|||
|
store:axios的方法
|
|||
|
utils:小方法(计算小数点)
|
|||
|
views:页面
|
|||
|
--># |