|
|
пре 4 година | |
|---|---|---|
| build | пре 4 година | |
| public | пре 4 година | |
| src | пре 4 година | |
| tests | пре 4 година | |
| .editorconfig | пре 4 година | |
| .env.development | пре 4 година | |
| .env.production | пре 4 година | |
| .env.staging | пре 4 година | |
| .eslintignore | пре 4 година | |
| .eslintrc.js | пре 4 година | |
| .gitignore | пре 4 година | |
| .travis.yml | пре 4 година | |
| LICENSE | пре 4 година | |
| README.md | пре 4 година | |
| babel.config.js | пре 4 година | |
| jest.config.js | пре 4 година | |
| jsconfig.json | пре 4 година | |
| package.json | пре 4 година | |
| postcss.config.js | пре 4 година | |
| vue.config.js | пре 4 година |
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