Нет описания

liujq 80cdf85774 t 3 лет назад
build 2386062e96 init 3 лет назад
public 2386062e96 init 3 лет назад
src 80cdf85774 t 3 лет назад
tests 2386062e96 init 3 лет назад
.editorconfig 2386062e96 init 3 лет назад
.env.development 80cdf85774 t 3 лет назад
.env.production 80cdf85774 t 3 лет назад
.env.staging 80cdf85774 t 3 лет назад
.eslintignore 2386062e96 init 3 лет назад
.eslintrc.js 2386062e96 init 3 лет назад
.gitignore 2386062e96 init 3 лет назад
.travis.yml 2386062e96 init 3 лет назад
LICENSE 2386062e96 init 3 лет назад
README.md 2386062e96 init 3 лет назад
babel.config.js 2386062e96 init 3 лет назад
jest.config.js 2386062e96 init 3 лет назад
jsconfig.json 2386062e96 init 3 лет назад
package.json 2386062e96 init 3 лет назад
postcss.config.js 2386062e96 init 3 лет назад
vue.config.js 2386062e96 init 3 лет назад

README.md

install dependency

npm install

develop

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

Advanced

# 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