liujq 80cdf85774 t | há 3 anos atrás | |
---|---|---|
build | há 3 anos atrás | |
public | há 3 anos atrás | |
src | há 3 anos atrás | |
tests | há 3 anos atrás | |
.editorconfig | há 3 anos atrás | |
.env.development | há 3 anos atrás | |
.env.production | há 3 anos atrás | |
.env.staging | há 3 anos atrás | |
.eslintignore | há 3 anos atrás | |
.eslintrc.js | há 3 anos atrás | |
.gitignore | há 3 anos atrás | |
.travis.yml | há 3 anos atrás | |
LICENSE | há 3 anos atrás | |
README.md | há 3 anos atrás | |
babel.config.js | há 3 anos atrás | |
jest.config.js | há 3 anos atrás | |
jsconfig.json | há 3 anos atrás | |
package.json | há 3 anos atrás | |
postcss.config.js | há 3 anos atrás | |
vue.config.js | há 3 anos atrás |
npm install
npm run dev
This will automatically open http://localhost:9528
## Build
```bash
# build for test environment
npm run build:stage
# build for production environment
npm run build:prod
# preview the release environment effect
npm run preview
# preview the release environment effect + static resource analysis
npm run preview -- --report
# code format check
npm run lint
# code format check and auto fix
npm run lint -- --fix