Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/herrmannplatz/vue-cli-plugin-now

▲ vue-cli 3.x plugin to deploy your vue app using now 2.0
https://github.com/herrmannplatz/vue-cli-plugin-now

deploy now vue vuejs

Last synced: 2 months ago
JSON representation

▲ vue-cli 3.x plugin to deploy your vue app using now 2.0

Awesome Lists containing this project

README

        

# vue-cli-plugin-now

[![npm version](https://badge.fury.io/js/vue-cli-plugin-now.svg)](https://badge.fury.io/js/vue-cli-plugin-now) [![Build Status](https://travis-ci.org/herrmannplatz/vue-cli-plugin-now.svg?branch=master)](https://travis-ci.org/herrmannplatz/vue-cli-plugin-now) [![Greenkeeper badge](https://badges.greenkeeper.io/herrmannplatz/vue-cli-plugin-now.svg)](https://greenkeeper.io/)

> ▲ vue-cli 3.x plugin to deploy your vue app using now 2.0

## Installation

```bash
$ vue add now
```

## Usage

It will take care of creating a `now.json` for you. The next step would be to simply run the `now` command to deploy your app.

```bash
$ now
```

## Contribution

In order to let semantic release do its job use `npm run commit` when committing changes.