financial-bigscreen/README.md

34 lines
602 B
Markdown
Raw Normal View History

2023-11-24 09:15:28 +08:00
# 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:路由
storeaxios的方法
utils小方法计算小数点
views页面
--># financial_system