Нема описа

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