Skip to content

VueFloripa/vuefloripa.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.