操控平台前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
肖正 1e6e7fd005 提交体检报告 1 month ago
api_build first commit 3 months ago
public 提交体检报告 1 month ago
src 提交体检报告 1 month ago
.env first commit 3 months ago
.env.development 提交体检报告 1 month ago
.env.production first commit 3 months ago
.eslintignore first commit 3 months ago
.eslintrc.js first commit 3 months ago
.gitignore 提交体检报告 1 month ago
.prettierrc.js first commit 3 months ago
CHANGELOG.md first commit 3 months ago
LICENSE first commit 3 months ago
README.md first commit 3 months ago
index.html first commit 3 months ago
package.json 大屏 1 month ago
tsconfig.json 新增地图管理界面,实现仙工地图加载功能 3 months ago
vite.config.ts first commit 3 months ago

README.md

🌈 介绍

基于 vue3.x + CompositionAPI setup 语法糖 + typescript + vite + element plus + vue-router-next + pinia 技术。

🚧 安装 cnpm、yarn

  • 复制代码(桌面 cmd 运行) npm install -g cnpm --registry=https://registry.npm.taobao.org
  • 复制代码(桌面 cmd 运行) npm install -g yarn

🏭 环境支持

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

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

使用说明

建议使用 cnpm,因为 yarn 有时会报错。node 版本 > 14.18+/16+

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

# 克隆项目
git clone https://gitee.com/lyt-top/vue-next-admin.git

# 进入项目
cd vue-next-admin

# 安装依赖
cnpm install

# 运行项目
cnpm run dev

# 打包发布
cnpm run build