vva-cli
v0.0.3
Published
A CLI of Vue 3 and Typescript and Element-plus in Vite
Downloads
2
Maintainers
Readme
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
npm install -g vva-cli
Run
vva-cli
or
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.