leo 4991bac13a init | há 4 anos atrás | |
---|---|---|
build | há 4 anos atrás | |
mock | há 4 anos atrás | |
public | há 4 anos atrás | |
src | há 4 anos atrás | |
tests | há 4 anos atrás | |
.editorconfig | há 4 anos atrás | |
.env.development | há 4 anos atrás | |
.env.production | há 4 anos atrás | |
.env.staging | há 4 anos atrás | |
.eslintignore | há 4 anos atrás | |
.eslintrc.js | há 4 anos atrás | |
.gitignore | há 4 anos atrás | |
.postcssrc.js | há 4 anos atrás | |
.travis.yml | há 4 anos atrás | |
Dockerfile.dev | há 4 anos atrás | |
Dockerfile.builder | há 4 anos atrás | |
Dockerfile.dev | há 4 anos atrás | |
LICENSE | há 4 anos atrás | |
README.md | há 4 anos atrás | |
babel.config.js | há 4 anos atrás | |
docker-auto-push.sh | há 4 anos atrás | |
docker-entrypoint.sh | há 4 anos atrás | |
docker-init.sh | há 4 anos atrás | |
jest.config.js | há 4 anos atrás | |
package.json | há 4 anos atrás | |
pushTest.txt | há 4 anos atrás | |
vue.config.js | há 4 anos atrás |
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 |
---|