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