# create-wl-app **Repository Path**: whyfail/create-wl-app ## Basic Information - **Project Name**: create-wl-app - **Description**: 快速构建前端项目模板 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2022-09-29 - **Last Updated**: 2024-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # create-wl-app 使用指南 ## 1. 脚手架介绍 开发者使用 create-wl-app 拉取项目模板,快速完成项目初始化 ## 2. 全局安装 ```js npm i create-wl-app -g 或者 npx create-wl-app create ``` ## 3. 命令行 - create-wl-app -V :查看 create-wl-app 版本 - create-wl-app list :查看模板列表 - create-wl-app create :选择一个模板生成项目 - create-wl-app add :添加一个模板 - create-wl-app delete :删除一个模板 ## 4. 内置模板列表 - vite-react - vite-vue3 - vite-uni-app