Introduce
this is a simple self use cli for single-view app with webpack
Base on
node 8.6.0
npm 5.3.0
Quick to start
1.make sure you have install webpack npm with global
2.download this project
3.npm install
4.npm run dev develop mode
5.npm run build build mode
Directory
|-- dist #build files for example
|-- node_modules #node packages
|-- src #dev folder
|-- css #style
|-- app.scss #app style
|-- img #images
|-- js #scripts
|-- index.js #script
|-- template.html #html template for webpack
|--- .babelrc #babel conf
|--- .gitignore #git ignore conf
|--- package.json #all dependencies
|--- postcss.config.js #postcss conf
|--- README.md #this file
|--- webpack.config.js #webpack file