0.0.1 • Published 1 year ago

vue-generatorx v0.0.1

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

Vue GeneratorX

A CLI tool for building Vue components

Installation

npm install -g vue-generatorx

or

yarn global add vue-generatorx

Usage

vue-generatorx

or

vgx

Command

vgx init
vgx component <component-name>
vgx view <view-name>
vgx store <store-name>
vgx style <style-name>

Settings

ProviderTypeValueDescriptionSince
APPAPIoptions,compositionVue components can be authored in two different API styles0.0.1
APPLANGUAGEjavascript,typescriptVue can be written in two different type styles0.0.1
APPSTOREvuex,piniaVue Store can be authored in two different API styles0.0.1
APPSTYLEcss,scssCss can be written in two different types0.0.1
PATHVIEW./src/viewsPath to the file to be created0.0.1
PATHSTORE./src/storesPath to the file to be created0.0.1
PATHCOMPONENT./src/componentsPath to the file to be created0.0.1
PATHSTYLE./src/assetsPath to the file to be created0.0.1

License

MIT

0.0.1

1 year ago