UNPKG

jg-h-cli

Version:

jg-h-cli 脚手架

29 lines (20 loc) 530 B
# jg-h-cli ![Npm 版本](https://img.shields.io/badge/jg-h-cli-green) ## 简介 - 用于快速搭建前端项目的命令行工具 ## 模板 - [快速生成Vue3 + TS + Vite + ElementPlus + Piana + Axios + Mock 的模板](https://gitee.com/uniqueU/admin-proStar) ## 安装 ```bash npm install -g jg-h-cli ``` ## 使用 ```bash # 使用模板创建新项目 jg-h-cli create # 执行项目文件夹名称并选择模板创建新项目 jg-h-cli create <project-name> # 查看脚手架版本 jg-h-cli -v jg-h-cli --version ```