1.1.1 • Published 6 years ago

webpack-dev v1.1.1

Weekly downloads
619
License
MIT
Repository
github
Last release
6 years ago

webpack项目开发模板生成工具

安装

npm install -g webpack-dev

使用

Usage: wdev init|i name

根据模板名称生成一个项目到指定目录

Options:

-V, --version  output the version number
-h, --help     output usage information

Commands:

init|i <name> <path>

参数说明:

<name>: 模板名称使用以下任意一个值 [pc|mobile|mapp|mapp4]

  pc: 初始化一个PC多页面项目

  mobile: 初始化一个手机多页面项目

  mapp: 初始化一个手机单页面项目

  mapp3: 基于webpack4的手机单页项目模板

<path>: 项目初始化目录地址

TODO

  1. 命令行用户交互
1.1.1

6 years ago

1.1.0

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago