create-vuez

1.0.7 • Public • Published

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

/create-vuez/

    Package Sidebar

    Install

    npm i create-vuez

    Weekly Downloads

    1

    Version

    1.0.7

    License

    ISC

    Last publish

    Collaborators

    • zapplebee