financial-bigscreen/README.md
2023-11-24 09:15:28 +08:00

34 lines
602 B
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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