morganwang010 / vue-admin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue 3 + Vite

npm create vite@latest vue-admin -- --template vue
cd vue-admin
npm i 
npm install -D tailwindcss postcss autoprefixer
npx tailwindcss init -p
npm install --save element-plus
npm install --save vue-router
npm install --save vue-i18n
npm install --save pinia
npm install --save axios

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Recommended IDE Setup

About


Languages

Language:Vue 56.1%Language:TypeScript 43.0%Language:CSS 0.6%Language:HTML 0.1%Language:JavaScript 0.1%