fast vue
's abbreviation, which is pronounced as [fiːl]
. Its goal is to make us feel fast when developing 😝
npm i vuefast -g
fvue list
eg:
fvue: A fast vue project cli!
- pc_naive -- Vue3 PC template (Naive UI)
- pc_tailwind -- Vue3 PC template (tailwind)
pc_naive
is the tpl nameVue3 PC template (Naive UI)
is the tpl description
And now, the tpl list is:
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",
}
fvue init <tpl> <proj>
eg:
fvue init pc_naive myVueProject
pc_naive
is the tpl namemyVueProject
is the project name
just like:
$ 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.