0.1.3 • Published 10 months ago

create-vue-monorepo v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

Create Vue Monorepo CLI

仿照create-vue写了一个生成一个 pnpm monorepo 的工作仓库的简单 CLI

使用

# 全局安装
pnpm add create-vue-monorepo --global
# 在要建项目的目录下
create-vue-monorepo

演示

构建

  • 渲染核心代码 template
  • 渲染配置文件
    • eslint
    • pretrierrc
    • vite.config.js
    • vitest.config.js
    • pnpm-workspace.yaml
  • 渲染 package.json

舍弃

  • 暂时不要生成的定制化 README 改为统一提供
  • 暂不考虑 TypeScript

创建packages目录下业务项目的方式

pnpm add vue-establish --global
  • 使用
create-vue-business

演示before

演示after

0.1.3

10 months ago

0.1.2

11 months ago

0.1.0

1 year ago

0.1.1

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.6

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

1.0.0

1 year ago