Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/VueFloripa/vuefloripa.github.io

VueFloripa website
https://github.com/VueFloripa/vuefloripa.github.io

meetup vue vuejs vuepress

Last synced: about 2 months ago
JSON representation

VueFloripa website

Awesome Lists containing this project

README

        

# [VueFloripa website](https://floripa.vue.community/)

Made with [VuePress](https://github.com/vuejs/vuepress/) for the [VueFloripa](https://www.meetup.com/vuefloripa/) Meetup group!

## Setup
```bash
npm install
```

### Running - Development
```bash
npm run dev
```

### Build - Production
```bash
npm run build
```

## Release
You can automatically release a new version using:
```bash
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.