1.0.0 • Published 8 years ago

webpack-scaffolding v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

webpack scaffolding

easy, clean, none-framework scaffolding

Environment

node: v4.6.0(official recommend)

Features

  • es2015
  • scss
  • eslint
  • file-loader
  • url-loader
  • html-loader

Start

npm install

develop:

npm start

build

npm build

file tree

├── app                       
│   ├── index.js              
│   └── scss                  
│       └── main.scss
├── build                        
│   ├── bundle.js
│   └── index.html
├── package.json
└── webpack.config.js
1.0.0

8 years ago