1.1.3 • Published 5 years ago

@nine_tails9/vuemodelgenerator v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@nine_tails9/vuemodelgenerator

npm License: MIT

Description

This tiny npm package let's you generate Vue Model Template to get started with your work. Package includes basic primitives to boost your work. Primitives include basics like Button, Input Text, Input Email, Checkboxes, searchable dropdowns and much more.

Installation

    npm i @nine_tails9/vuemodelgenerator

Then import globalcomponents in your Main.js

Usage

Format

    dg-vmg Ouput Input Path

Ouput is the name of model to be generated, Input is input Js file exporting an object contaning Model details. Path is output path of file.

Example

    dg-vmg User './ff.js' './'

This command will generate User.vue in root directory using model from file 'ff.js' located in bin directory.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago