前端初始化
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
# CA-DataAnalysis-UI
|
||||
|
||||
## Package
|
||||
```
|
||||
npm install xe-utils@3 vxe-table@3
|
||||
https://xuliangzhan_admin.gitee.io/vxe-table/#/table/start/install
|
||||
|
||||
npm i vuex-persistedstate
|
||||
https://blog.csdn.net/weixin_43526371/article/details/110517581
|
||||
|
||||
npm i element-ui -S
|
||||
https://element.eleme.io/#/zh-CN/component/installation
|
||||
|
||||
npm install --save axios vue-axios
|
||||
http://www.axios-js.com/docs/vue-axios.html
|
||||
|
||||
npm install uuid
|
||||
https://www.npmjs.com/package/uuid
|
||||
|
||||
npm install echarts vue-echarts
|
||||
https://blog.csdn.net/weixin_43526371/article/details/121010069?spm=1001.2014.3001.5502
|
||||
|
||||
npm install moment
|
||||
http://momentjs.cn/
|
||||
|
||||
npm install --save js-base64
|
||||
https://www.npmjs.com/package/js-base64
|
||||
|
||||
npm install vuedraggable
|
||||
https://www.itxst.com/vue-draggable/tutorial.html
|
||||
https://www.npmjs.com/package/vuedraggable
|
||||
```
|
||||
|
||||
## Project setup
|
||||
```
|
||||
yarn install
|
||||
```
|
||||
|
||||
### Compiles and hot-reloads for development
|
||||
```
|
||||
yarn serve
|
||||
```
|
||||
|
||||
### Compiles and minifies for production
|
||||
```
|
||||
yarn build
|
||||
```
|
||||
|
||||
### Customize configuration
|
||||
See [Configuration Reference](https://cli.vuejs.org/config/).
|
||||
Reference in New Issue
Block a user