0.0.1 • Published 1 year ago
vue-generatorx v0.0.1
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
Provider | Type | Value | Description | Since |
---|---|---|---|---|
APP | API | options,composition | Vue components can be authored in two different API styles | 0.0.1 |
APP | LANGUAGE | javascript,typescript | Vue can be written in two different type styles | 0.0.1 |
APP | STORE | vuex,pinia | Vue Store can be authored in two different API styles | 0.0.1 |
APP | STYLE | css,scss | Css can be written in two different types | 0.0.1 |
PATH | VIEW | ./src/views | Path to the file to be created | 0.0.1 |
PATH | STORE | ./src/stores | Path to the file to be created | 0.0.1 |
PATH | COMPONENT | ./src/components | Path to the file to be created | 0.0.1 |
PATH | STYLE | ./src/assets | Path to the file to be created | 0.0.1 |
License
MIT
0.0.1
1 year ago