vva-cli
Version:
A CLI of Vue 3 and Typescript and Element-plus in Vite
53 lines (30 loc) • 888 B
Markdown
# VVA-CLI:Vue3 + Vite2 + Admin
## Introduction
> 🎉 This should help you to create an admin application with Vue 3 and Typescript and Element-plus in Vite. There are two templates to choose from, one is **CSR** , the other is **SSR**.
## Get Started
### Install
```bash
npm install -g vva-cli
```
### Run
```bash
vva-cli
```
**or**
```bash
npx vva-cli
```
## node version
14+
## Templates
### CSR
A template of Vue3 and Typescript and Element-plus and Vue-router and i18n in Vite.
### SSR
> ✋ Under construction
- frontend:Vue3 + Typescript + Element-plus + Vue-router + Vuex + Vite
- backend:Koa
🚫 Don't use this template in production. Element-plus is not friendly to SSR.
## Preview
[](https://imgtu.com/i/4yGasf)
## License
[MIT](./LICENSE)