create-lemon
v0.7.0
Published
The Elegant Bundler for Libraries
Maintainers
Readme
📖 介绍
create-lemon 是一个用于快速创建 前后端 项目的轻量脚手架工具,它提供了一些模板供你选择。
🚤 快速使用
pnpm create lemon # 交互式创建项目
pnpm create lemon <项目名称> # 默认用 ts 模板
pnpm create lemon <项目名称> -t <模板名>create lemon 支持 -t 参数选择模板,目前已有 6 个模板,分别是 ts、vscode、vue、lemon-react、lemon-vue、lemon-uniapp。
📦 模版列表
- ts -
TypeScript基础模板(默认) - vscode -
VSCode插件项目模板 - vue -
Vue基础模板 - unplugin -
Unplugin配置模板 - lemon-react - 基于
React生态系统的移动 web 应用模板 - lemon-vue - 基于
Vue 3生态系统的移动 web 应用模板 - lemon-uniapp - 基于
UniApp生态系统的小程序应用模板
License
MIT License © 2024-PRESENT sankeyangshu
