Skip to content

sankeyangshu/create-lemon

Repository files navigation

✨create lemon✨

>_ Easy to use create template

📖 介绍

create-lemon 是一个用于快速创建 前后端 项目的轻量脚手架工具,它提供了一些模板供你选择。

🚤 快速使用

pnpm create lemon # 交互式创建项目
pnpm create lemon <项目名称> # 默认用 ts 模板
pnpm create lemon <项目名称> -t <模板名>

create lemon 支持 -t 参数选择模板,目前已有 8 个模板,分别是 tsvscodereactvueunpluginmobile-reactmobile-vuemobile-uniapp

📦 模版列表

  • ts - TypeScript 基础模板(默认)
  • vscode - VSCode 插件项目模板
  • react - React 基础模板
  • vue - Vue 基础模板
  • unplugin - Unplugin 配置模板
  • mobile-react - 基于 React 生态系统的移动 web 应用模板
  • mobile-vue - 基于 Vue 3 生态系统的移动 web 应用模板
  • mobile-uniapp - 基于 UniApp 生态系统的小程序应用模板

License

MIT License © 2024-PRESENT sankeyangshu