element-plus 工程化搭建
2025年12月24日小于 1 分钟约 212 字
npx degit antfu-collective/vitesse-lite my-vitesse-app
cd my-vitesse-app
pnpm installgit clone https://github.com/cmdparkour/vue-admin-box.gitnpm install -g @pureadmin/cli
pure create
# 精简版
git clone https://github.com/pure-admin/pure-admin-thin.gitgit clone https://gitee.com/fast-crud/fs-admin-element.git
cd fs-admin-element
npm install # or yarn install
npm run dev
#启动成功后打开输出链接即可看到效果git clone https://github.com/fantastic-admin/pro.gitgit clone https://github.com/element-plus/element-plus-vite-starter
cd element-plus-vite-starter
pnpm install
pnpm run dev