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