Commit 31892e24cc6e145608d5c84ef00a529290e2bd81

Authored by 商艳涛
1 parent de063c4b

初始化项目

Showing 2 changed files with 8 additions and 2 deletions
README.md 0 → 100644
  1 +# webpack-generators
  2 +
  3 +`gulp` + `webpack` + `handlebars` + `scss`
0 4 \ No newline at end of file
... ...
package.json
1 1 {
2   - "name": "webpack",
  2 + "name": "webpack-generators",
3 3 "version": "0.0.1",
4   - "description": "webpack build process",
  4 + "description": "webpack generators",
  5 + "homepage": "http://www.gaoxiaobang.cn",
  6 + "author": "GXB Development Group",
  7 + "banner": "/*!\n * ©2016, <%= pkg.name %> v<%= pkg.version %>\n * Description: <%= pkg.description %>\n * Author: <%= pkg.author %>\n * Build Time: <%= new Date() %>\n */\n",
5 8 "scripts": {
6 9 "start": "webpack-dev-server --config webpack.config.js",
7 10 "build": "rm -rf build && webpack --progress",
... ...