1.0.4 • Published 1 year ago

vuema v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Vuema

This package helps you to manage Vue code in an automated way, like an Angular schematic.

Installation

npm install -g vuema

or

yarn add -g vuema

Usage

Creating Component

  1. Run cd folder/you/want on the terminal
  2. Run vuema createComponent componentName=NameOfYourComponent
  3. Check in the folder if the component was created, inside a folder with the same name

Next steps

  1. Create a flag to pass to createComponent to don't wrapp the component inside a folder
  2. Create a flag to create the spec file with (or without) the component
1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago