|
|
il y a 4 ans | |
|---|---|---|
| build | 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 | |
| .travis.yml | 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 | |
| jest.config.js | il y a 4 ans | |
| jsconfig.json | il y a 4 ans | |
| package.json | il y a 4 ans | |
| postcss.config.js | il y a 4 ans | |
| vue.config.js | il y a 4 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