Made with VuePress for the VueFloripa Meetup group!
npm install
npm run dev
npm run build
You can automatically release a new version using:
npm run release:major
# or
npm run release:minor
# or
npm run release:patch
After 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.