zhuangyp c1655bbb81 test | hace 4 años | |
---|---|---|
build | hace 4 años | |
mock | hace 4 años | |
public | hace 4 años | |
src | hace 4 años | |
tests | hace 4 años | |
.editorconfig | hace 4 años | |
.env.development | hace 4 años | |
.env.production | hace 4 años | |
.env.staging | hace 4 años | |
.eslintignore | hace 4 años | |
.eslintrc.js | hace 4 años | |
.gitignore | hace 4 años | |
.postcssrc.js | hace 4 años | |
.travis.yml | hace 4 años | |
Dockerfile.dev | hace 4 años | |
Dockerfile.builder | hace 4 años | |
Dockerfile.dev | hace 4 años | |
LICENSE | hace 4 años | |
README.md | hace 4 años | |
babel.config.js | hace 4 años | |
debug.log | hace 4 años | |
docker-auto-push.sh | hace 4 años | |
docker-entrypoint.sh | hace 4 años | |
docker-init.sh | hace 4 años | |
jest.config.js | hace 4 años | |
package.json | hace 4 años | |
pushTest.txt | hace 4 años | |
vue.config.js | hace 4 años |
npm run dev
浏览器访问 [http://localhost:9528](http://localhost:9528)
## 发布
```bash
# 构建测试环境
npm run staging
# 构建生产环境
npm run build
# 预览发布环境效果
npm run preview
# 预览发布环境效果 + 静态资源分析
npm run preview -- --report
# 代码格式检查
npm run lint
# 代码格式检查并自动修复
npm run lint -- --fix
"eslint.validate": [
"javascript",
"javascriptreact",
"html",
{
"language": "vue",
"autoFix": true
}
],
"eslint.options": {
"plugins": [
"html"
]
},
"eslint.autoFixOnSave": true
# ignore line
// eslint-disable-next-line
# ignore file
/* eslint-disable */
Modern browsers and Internet Explorer 10+.
IE / Edge | Firefox | Chrome |
---|