1. vue-vite-cli

vue-vite-cli

license NPM Version github

搭建一个自定义的脚手架,基于vue3 + vite, 包含 tailwindcss, typescript,Element Plus的后台模板

安装

兼容性注意

Vite 需要 Node.js 版本 >= 12.0.0。

 # install it globally
$ npm install -g vue-vite-cli

# or yarn
$ yarn global add vue-vite-cli

使用

Quick Start

 $ vite init <name>