Keine Beschreibung

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

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