Skip to content

create-vue-business是在create-vue-monorepo生成pnpm workspace项目中构建业务项目的CLI

License

Notifications You must be signed in to change notification settings

laqudee/create-vue-business

Repository files navigation

Create Vue Business

仿照create-vue写了一个生成一个 pnpm monorepo 的工作仓内部packages目录下业务项目的 CLI

使用

# 全局安装
pnpm add create-vue-business --global
# 在要新建业务项目的packages目录下
create-vue-business

演示before

演示after

构建

  • 渲染核心代码 template
  • 渲染配置文件
    • web(默认使用 Element-plus)
    • h5(默认使用 Vant)
  • 渲染 package.json

选项

  • web(默认使用 Element-plus)
  • h5(默认使用 Vant)