generator-siq-vue-component
v1.0.5
Published
Custom generator for vue.js 2.0 components with story book and unit testing files
Downloads
4
Maintainers
Readme
Usage
open the terminal into this project and then type (for first time inorder to link with yeoman)
npm link
then press enter key
To Test
type the below command and press enter
yo siq-vue-component
you will able to see the component hint in the terminal as
Enter the name for your component:
provide the name of your component as our standards and then press enter your component will be created sucessfully!!!
To update and publish
open the package.json and update/increment the version
"version": "1.0.0"
and save this file then open the terminal in this folder then type
npm publish
npm package installation
To install this package type
npm i -g generator-siq-vue-component
this will install globally and you can use
yo siq-vue-component
for to create the component from terminal with templates
refer this package in npm repository by clicking this link