1.0.7 • Published 7 years ago

create-vuez v1.0.7

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

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
1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago