Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 661 Bytes

File metadata and controls

33 lines (26 loc) · 661 Bytes

Made with VuePress for the VueFloripa Meetup group!

Setup

npm install

Running - Development

npm run dev

Build - Production

npm run build

Release

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.

Deployment - Production

Automatically triggered by Travis CI. It builds the app and pushes to master afterwards.