1.2.3 • Published 3 years ago

pang-cli v1.2.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Node 版本需要大于 14.14.0

pang-Cli

生成项目模版用

使用

全局安装

npm install -g pang-cli

命令

pang init <template-type> <project-name>
# eg: pang init egg auth

局部安装

npm install pang-cli

命令

npx pang init <template-type> <project-name>
# eg: npx pang init egg auth

参数说明

参数说明
template-type模版类型,目前支持 egg,react
project-name项目名称

特点

  • egg 支持 typescript,支持使用 docker 进行打包镜像
  • react 支持 typescript,支持使用 vite 进行开发打包
1.2.3

3 years ago

1.2.2

3 years ago

1.2.0

4 years ago

1.2.1

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago