Appearance
Usage
Here are some uses of the cli on tools-web.
Vue
Basic command:
- Start commandbash
vue -hvue -h - Create new componentbash
vue make:component Buttonvue make:component Button - Create new routebash
vue make:route World /worldvue make:route World /world - Create new storebash
vue make:store uservue make:store user
Integration framework/library command:
bash
vue add:quasar
vue add:vuetify
vue add:antd
vue add:element-plusvue add:quasar
vue add:vuetify
vue add:antd
vue add:element-plusCheatsheet
| Command | Description | Arguments | Options |
|---|---|---|---|
| add:quasar | Project integration with Quasar | ||
| add:vuetify | Project integration with Vuetify 3 | --icon <name> | |
| add:antd | Project integration with Ant Design | ||
| add:element-plus | Project integration with Element Plus | ||
| make:component | Generate component | <name> | --no-hook |
| make:route | Generate route pages | <name> <url> | --no-hook |
| make:store | Generate store | <name> |