Skip to content

heyingjiee/vue3-admin-template

Repository files navigation

vue3-admin-template

一个基于 Vue3、TypeScript、Vite6 的轻量级前端项目模板。

技术栈

  • 🎯 Vue 3
  • 🔧 TypeScript
  • ⚡️ Vite 6
  • ⚙️ ESLint
  • 🎨 UnoCSS
  • 🏬 Pinia
  • 🛠️ VueRouter
  • 📦 PNPM

快速开始

安装依赖

$ pnpm install

开发环境启动

$ pnpm dev

构建

$ pnpm build 

项目结构

├── src/
│   ├── assets/        # 静态资源
│   ├── components/    # 公共组件
│   ├── pages/        # 页面组件
│   ├── router/       # 路由配置
│   ├── store/        # 状态管理
│   ├── styles/       # 全局样式
│   └── types/        # TypeScript 类型

环境配置

.env.development 开发环境配置

.env.production 生产环境配置

License

MIT

About

vue3 后台管理通模板

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published