vue-cli-plugin-stijlbreuk
v0.2.0
Published
vue-cli plugin that does extra scaffolding the way we like it at Stijlbreuk
Downloads
37
Readme
vue-cli-plugin-stijlbreuk
Vue CLI plugin that does extra scaffolding the way we like it at Stijlbreuk.
Table of Contents
Prerequisite
You need @vue/cli
installed globally as a prerequisite. If you don't have it, please install it by running:
npm install --global @vue/cli
Installation
Install package globally
Install vue-cli-plugin-stijlbreuk
globally:
npm install --global git://github.com/stijlbreuk/vue-cli-plugin-stijlbreuk
Install package per project
Install vue-cli-plugin-stijlbreuk
per project:
npm install --save-dev git://github.com/stijlbreuk/vue-cli-plugin-stijlbreuk
Usage
New project
Create a new project with the vue-cli-plugin-stijlbreuk
preset:
Existing project
After installation inside of the project, invoke the Vue CLI plugin of Stijlbreuk:
vue invoke stijlbreuk
Development
To develop this plugin locally, simply clone the project and move to it:
git clone git://github.com/stijlbreuk/vue-cli-plugin-stijlbreuk
cd vue-cli-plugin-stijlbreuk
To install the local project as the package to use, run the following commands to install and invoke the plugin:
npm install --save-dev file:/full/path/to/plugin
vue invoke stijlbreuk
License
Created by
This package was created by the handsome people at Stijlbreuk.