Skip to content

Realzzz1874/fvue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fvue

👽 what?

fast vue's abbreviation, which is pronounced as [fiːl]. Its goal is to make us feel fast when developing 😝

usage

npm i vuefast -g

list

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 name
  • Vue3 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 myVueProject
  • pc_naive is the tpl name
  • myVueProject 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.