yanshichao 83dde3a04e 任务修改:任务详情显示任务来源 | hai 6 meses | |
---|---|---|
build | hai 1 ano | |
public | hai 1 ano | |
src | hai 6 meses | |
tests | hai 1 ano | |
.editorconfig | hai 1 ano | |
.env.development | hai 1 ano | |
.env.production | hai 1 ano | |
.env.staging | hai 1 ano | |
.eslintignore | hai 1 ano | |
.eslintrc.js | hai 1 ano | |
.gitignore | hai 1 ano | |
.travis.yml | hai 1 ano | |
LICENSE | hai 1 ano | |
README.md | hai 1 ano | |
babel.config.js | hai 1 ano | |
jest.config.js | hai 1 ano | |
jsconfig.json | hai 1 ano | |
package.json | hai 8 meses | |
postcss.config.js | hai 1 ano | |
vue.config.js | hai 8 meses |
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