1.0.7 • Published 8 years ago

create-vuez v1.0.7

Weekly downloads
2
License
ISC
Repository
github
Last release
8 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

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago