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