zhuangyp c1655bbb81 test | il y a 4 ans | |
---|---|---|
build | il y a 4 ans | |
mock | il y a 4 ans | |
public | il y a 4 ans | |
src | il y a 4 ans | |
tests | il y a 4 ans | |
.editorconfig | il y a 4 ans | |
.env.development | il y a 4 ans | |
.env.production | il y a 4 ans | |
.env.staging | il y a 4 ans | |
.eslintignore | il y a 4 ans | |
.eslintrc.js | il y a 4 ans | |
.gitignore | il y a 4 ans | |
.postcssrc.js | il y a 4 ans | |
.travis.yml | il y a 4 ans | |
Dockerfile.dev | il y a 4 ans | |
Dockerfile.builder | il y a 4 ans | |
Dockerfile.dev | il y a 4 ans | |
LICENSE | il y a 4 ans | |
README.md | il y a 4 ans | |
babel.config.js | il y a 4 ans | |
debug.log | il y a 4 ans | |
docker-auto-push.sh | il y a 4 ans | |
docker-entrypoint.sh | il y a 4 ans | |
docker-init.sh | il y a 4 ans | |
jest.config.js | il y a 4 ans | |
package.json | il y a 4 ans | |
pushTest.txt | il y a 4 ans | |
vue.config.js | il y a 4 ans |
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 |
---|