|
|
4 år sedan | |
|---|---|---|
| build | 4 år sedan | |
| public | 4 år sedan | |
| src | 4 år sedan | |
| tests | 4 år sedan | |
| .editorconfig | 4 år sedan | |
| .env.development | 4 år sedan | |
| .env.production | 4 år sedan | |
| .env.staging | 4 år sedan | |
| .eslintignore | 4 år sedan | |
| .eslintrc.js | 4 år sedan | |
| .gitignore | 4 år sedan | |
| .travis.yml | 4 år sedan | |
| LICENSE | 4 år sedan | |
| README.md | 4 år sedan | |
| babel.config.js | 4 år sedan | |
| jest.config.js | 4 år sedan | |
| jsconfig.json | 4 år sedan | |
| package.json | 4 år sedan | |
| postcss.config.js | 4 år sedan | |
| vue.config.js | 4 år sedan |
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