https://github.com/realzzz1874/fvue
fast vue project cli
https://github.com/realzzz1874/fvue
cli templete vite vue vuejs3
Last synced: about 2 months ago
JSON representation
fast vue project cli
- Host: GitHub
- URL: https://github.com/realzzz1874/fvue
- Owner: Realzzz1874
- Created: 2022-08-06T06:13:31.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-31T14:57:33.000Z (almost 4 years ago)
- Last Synced: 2025-03-10T06:39:57.889Z (over 1 year ago)
- Topics: cli, templete, vite, vue, vuejs3
- Language: JavaScript
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fvue
## :alien: what?
`fast vue`'s abbreviation, which is pronounced as `[fiːl]`. Its goal is to make us feel fast when developing :stuck_out_tongue_closed_eyes:
## usage
```bash
npm i vuefast -g
```
### list
```bash
fvue list
```
eg:
```bash
fvue: A fast vue project cli!
- pc_naive -- Vue3 PC template (Naive UI)
- pc_tailwind -- Vue3 PC template (tailwind)
```
- `pc_naive` is the tpl name
- `Vue3 PC template (Naive UI)` is the tpl description
And now, the tpl list is:
```bash
pc_naive: {
url: "github:Realzzz1874/v3-tpl#fvue-tpl/pc",
desc: "Vue3 PC template (Naive UI)",
repo: "https://github.com/Realzzz1874/v3-tpl/tree/fvue-tpl/pc",
}
```
### init
```bash
fvue init
```
eg:
```bash
fvue init pc_naive myVueProject
```
- `pc_naive` is the tpl name
- `myVueProject` is the project name
just like:
```bash
$ fvue init pc_naive myVueProject
fvue: A fast vue project cli!
github repo: https://github.com/Realzzz1874/v3-tpl/tree/fvue-tpl/pc
✔ tpl download success.
✔ tpl init success.
? please input proj name: myVueProject
? please input proj description: my fast vue project
? please input proj author: realzzz
✔ proj init success.
```