Ei kuvausta

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

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