An open API service indexing awesome lists of open source software.

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

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.
```