马尔塞前端代码
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.
 
 
 
 
shilei d962a5c5ab
跨域处理5.6
6 months ago
api_build 4.26 创建仓库代码上传 6 months ago
public 4.26 创建仓库代码上传 6 months ago
src 跨域处理5.6 6 months ago
.env 4.26 创建仓库代码上传 6 months ago
.env.development 跨域处理5.6 6 months ago
.env.production 4.26 创建仓库代码上传 6 months ago
.eslintignore 4.26 创建仓库代码上传 6 months ago
.eslintrc.js 4.26 创建仓库代码上传 6 months ago
.gitignore 4.26 创建仓库代码上传 6 months ago
.prettierrc.js 4.26 创建仓库代码上传 6 months ago
CHANGELOG.md 4.26 创建仓库代码上传 6 months ago
LICENSE 4.26 创建仓库代码上传 6 months ago
README.md 仓库创建上传文件 6 months ago
index.html 4.26 创建仓库代码上传 6 months ago
package.json 4.26 创建仓库代码上传 6 months ago
tsconfig.json 4.26 创建仓库代码上传 6 months ago
vite.config.ts 跨域处理5.6 6 months ago

README.md

🌈 介绍

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

⛱️ 线上预览

💒 代码仓库

🚧 安装 cnpm、yarn

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

🏭 环境支持

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

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

使用说明

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

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

# 安装依赖
pnpm install

# 运行项目
pnpm run dev

# 打包发布
pnpm run build

📚 开发文档