# create-wok-ui **Repository Path**: tai/create-wok-ui ## Basic Information - **Project Name**: create-wok-ui - **Description**: 创建 wok-ui 项目 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-05-06 - **Last Updated**: 2026-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # create-wok-ui 快速创建 [wok-ui](https://gitee.com/tai/wok-ui) 项目的脚手架工具。 A scaffolding tool for quickly creating [wok-ui](https://gitee.com/tai/wok-ui) projects. ## 使用方式 / Usage 使用你喜欢的包管理器直接运行,无需安装: Run directly with your preferred package manager, no installation required: ```bash # npm npm create wok-ui # pnpm pnpm create wok-ui # yarn yarn create wok-ui ``` 然后根据命令行提示输入项目名称并选择模板即可生成项目。 Then follow the prompts to enter a project name and select a template to generate your project. ## 本地开发 / Local Development ```bash # 安装依赖 / Install dependencies pnpm install # 构建 / Build pnpm build ```