|
|
%!s(int64=4) %!d(string=hai) anos | |
|---|---|---|
| build | %!s(int64=4) %!d(string=hai) anos | |
| public | %!s(int64=4) %!d(string=hai) anos | |
| src | %!s(int64=4) %!d(string=hai) anos | |
| tests | %!s(int64=4) %!d(string=hai) anos | |
| .editorconfig | %!s(int64=4) %!d(string=hai) anos | |
| .env.development | %!s(int64=4) %!d(string=hai) anos | |
| .env.production | %!s(int64=4) %!d(string=hai) anos | |
| .env.staging | %!s(int64=4) %!d(string=hai) anos | |
| .eslintignore | %!s(int64=4) %!d(string=hai) anos | |
| .eslintrc.js | %!s(int64=4) %!d(string=hai) anos | |
| .gitignore | %!s(int64=4) %!d(string=hai) anos | |
| .travis.yml | %!s(int64=4) %!d(string=hai) anos | |
| LICENSE | %!s(int64=4) %!d(string=hai) anos | |
| README.md | %!s(int64=4) %!d(string=hai) anos | |
| babel.config.js | %!s(int64=4) %!d(string=hai) anos | |
| jest.config.js | %!s(int64=4) %!d(string=hai) anos | |
| jsconfig.json | %!s(int64=4) %!d(string=hai) anos | |
| package.json | %!s(int64=4) %!d(string=hai) anos | |
| postcss.config.js | %!s(int64=4) %!d(string=hai) anos | |
| vue.config.js | %!s(int64=4) %!d(string=hai) anos |
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