Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/herrmannplatz/vue-cli-plugin-now
- Owner: herrmannplatz
- License: mit
- Created: 2019-03-01T21:57:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-03T00:32:04.000Z (about 2 years ago)
- Last Synced: 2024-09-17T15:28:12.999Z (4 months ago)
- Topics: deploy, now, vue, vuejs
- Language: JavaScript
- Homepage:
- Size: 448 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
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.