0.1.0 • Published 7 years ago

generator-cleverly-vue v0.1.0

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

generator-cleverly-vue

Download components and directives from the magnificent clever.ly vue-components repo.

Installation

First, install Yeoman and generator-cleverly-vue using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-cleverly-vue

It is recommended that you create a .yo-rc.json inside the root of your project. This should be enough:

{}

This will help the generator save your config options for later work on the project and allow it to work properly without getting lost within the working dir.

Then generate your vue components and directives.

yo cleverly-vue

Select a components directory (if not done inside a .yo-rc.json).

Then select desired components to download from the repo (if any).

Then select a vue directives directory (if not in .yo-rc.json).

Then select your directives.

License

MIT © Jacob Smith