# cicv-oa ## 启动过程 ``` 1. 安装 node 16.x 2. npm config get registry 3. npm config set registry https://registry.npm.taobao.org 4. 在 package-lock.json 里修改版本为124,package.json不行 4. npm install / npm i three@0.124.0 ``` ### 本地启动 ``` npm run serve ``` ### 打包dist ``` npm run build ``` ### Run your unit tests ``` npm run test:unit ``` ### Run your end-to-end tests ``` npm run test:e2e ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).