create-vuez
v1.0.7
Published
A very opinionated command-line tool to create Vue components.
Downloads
2
Readme
create-vuez
A very opinionated command-line tool to create Vue components.
Install
yarn global add create-vuez
or
npm install -g create-vuez
Use
Name your component in PascalCase
create-vuez SomeComponentName
Output
Create-Vuez will make a directory with the name of your component and populate it with opinionated component boilerplate.
|--Current Directory
|-- SomeComponent
|--- SomeComponent.vue
|--- instance.js
|--- style.css