Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.63 KB

README.md

File metadata and controls

51 lines (39 loc) · 1.63 KB

🌈 介绍

基于 vue3.x + CompositionAPI setup 语法糖 + typescript + vite + element plus + vue-router-next + pinia 技术,适配手机、平板、pc 的后台开源免费模板,希望减少工作量,帮助大家实现快速开发。

🏭 环境支持

Edge Firefox Chrome Safari
Edge ≥ 88 Firefox ≥ 78 Chrome ≥ 87 Safari ≥ 13

由于 Vue3 不再支持 IE11,故而 ElementPlus 也不支持 IE11 及之前版本。

⚡ 使用说明

Vite 不再支持 Node 12 / 13 / 15,因为上述版本已经进入了 EOL 阶段。现在你必须使用 Node 14.18+ / 16+ 版本。

# 克隆项目
git clone https://github.com/laydong/cloud-admin.git

# 进入项目
cd cloud-admin

# 安装依赖
npm install

# 运行项目
npm run dev

# 打包发布
npm run build