liujq 80cdf85774 t | il y a 3 ans | |
---|---|---|
build | il y a 3 ans | |
public | il y a 3 ans | |
src | il y a 3 ans | |
tests | il y a 3 ans | |
.editorconfig | il y a 3 ans | |
.env.development | il y a 3 ans | |
.env.production | il y a 3 ans | |
.env.staging | il y a 3 ans | |
.eslintignore | il y a 3 ans | |
.eslintrc.js | il y a 3 ans | |
.gitignore | il y a 3 ans | |
.travis.yml | il y a 3 ans | |
LICENSE | il y a 3 ans | |
README.md | il y a 3 ans | |
babel.config.js | il y a 3 ans | |
jest.config.js | il y a 3 ans | |
jsconfig.json | il y a 3 ans | |
package.json | il y a 3 ans | |
postcss.config.js | il y a 3 ans | |
vue.config.js | il y a 3 ans |
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