1.1.1 • Published 3 years ago
vuefast v1.1.1
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
npm i vuefast -glist
fvue listeg:
fvue: A fast vue project cli!
- pc_naive -- Vue3 PC template (Naive UI)
- pc_tailwind -- Vue3 PC template (tailwind)pc_naiveis 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",
}init
fvue init <tpl> <proj>eg:
fvue init pc_naive myVueProjectpc_naiveis the tpl namemyVueProjectis 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.