1.0.3 • Published 5 years ago

hu-autotemp v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

hu-autotemp

Quickly generate components based on vue

Install

Global installation
$ npm i hu-autotemp -g 

Local project installation
$ npm i hu-autotemp --save-dev

Use

Use:hu g [type] [name]

Examples:
  page
      * hu g page testPage
  component
      * hu g component testComponent

[type]:For the type you need to generate

    Type currently supported:
      * page
      * component

[name]:Generate the page name for you

Item Catalogue

.
├── build
├── config
├── src
│   ├── components    // component directory
│   └── views         // page directory
├── index.html
└── package.json
1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago