yanshichao 83dde3a04e 任务修改:任务详情显示任务来源 | 6 달 전 | |
---|---|---|
build | 1 년 전 | |
public | 1 년 전 | |
src | 6 달 전 | |
tests | 1 년 전 | |
.editorconfig | 1 년 전 | |
.env.development | 1 년 전 | |
.env.production | 1 년 전 | |
.env.staging | 1 년 전 | |
.eslintignore | 1 년 전 | |
.eslintrc.js | 1 년 전 | |
.gitignore | 1 년 전 | |
.travis.yml | 1 년 전 | |
LICENSE | 1 년 전 | |
README.md | 1 년 전 | |
babel.config.js | 1 년 전 | |
jest.config.js | 1 년 전 | |
jsconfig.json | 1 년 전 | |
package.json | 8 달 전 | |
postcss.config.js | 1 년 전 | |
vue.config.js | 8 달 전 |
cd aivfo-oa-web
npm install
npm install --registry=https://registry.npm.taobao.org
npm run dev
浏览器访问 http://localhost:8080
## 发布
```bash
# 构建测试环境
npm run build:stage
# 构建生产环境
npm run build:prod
# 预览发布环境效果
npm run preview
# 预览发布环境效果 + 静态资源分析
npm run preview -- --report
# 代码格式检查
npm run lint
# 代码格式检查并自动修复
npm run lint -- --fix