Made with VuePress for the VueFloripa Meetup group!
npm installnpm run devnpm run buildYou can automatically release a new version using:
npm run release:major
# or
npm run release:minor
# or
npm run release:patchAfter that you need to push to development to trigger a new deployment.
Automatically triggered by Travis CI. It builds the app and pushes to master afterwards.