Tidak Ada Deskripsi

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

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