Aucune description

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

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