Sin descripción

liujq 80cdf85774 t hace 3 años
build 2386062e96 init hace 3 años
public 2386062e96 init hace 3 años
src 80cdf85774 t hace 3 años
tests 2386062e96 init hace 3 años
.editorconfig 2386062e96 init hace 3 años
.env.development 80cdf85774 t hace 3 años
.env.production 80cdf85774 t hace 3 años
.env.staging 80cdf85774 t hace 3 años
.eslintignore 2386062e96 init hace 3 años
.eslintrc.js 2386062e96 init hace 3 años
.gitignore 2386062e96 init hace 3 años
.travis.yml 2386062e96 init hace 3 años
LICENSE 2386062e96 init hace 3 años
README.md 2386062e96 init hace 3 años
babel.config.js 2386062e96 init hace 3 años
jest.config.js 2386062e96 init hace 3 años
jsconfig.json 2386062e96 init hace 3 años
package.json 2386062e96 init hace 3 años
postcss.config.js 2386062e96 init hace 3 años
vue.config.js 2386062e96 init hace 3 años

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