Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 1.07 KB

File metadata and controls

39 lines (26 loc) · 1.07 KB

Build Status Staging Build Status Production

pantau-bersama

pantau-bersama

Setup

  • Copy env.example to dev.js
  • Run all commands below

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

Travis CI

Maintainer need to update Travis Variables when developers updating env.

  • travis login --pro
  • rm travis_secret.tar
  • tar cvf travis_secret.tar .travis
  • travis encrypt-file travis_secret.tar -r pantaubersama/PemiluWeb --pro
  • add, commit, pull request