@rmp135/generator-vue
v1.1.2
Published
Provides a [yeoman](http://yeoman.io) template for a basic Vue application.
Readme
generator-vue
Provides a yeoman template for a basic Vue application.
Install yeoman
yarn global add yo
Install generator-vue
yarn global add @rmp135/generator-vue
Full Scaffold
yo @rmp135/vue appname where appname is your application name.
Choose from the options presented to customise to your liking.
Store
yo @rmp135/vue:store storename where storename is the name of the new Vuex Store.
Component
yo @rmp135/vue:comp compname where compname is the name of the new Vue component.
