k_webpack
v0.0.2
Published
web site into a production enviroment
Downloads
4
Readme
Introduction
A simple site packaging personalized template
How to start
Note that this seed project requires node v4.x.x or higher and npm 3.x.x.
git clone https://github.com/nfjBill/k_webpack.git
cd k_webpack
npm i # or `npm run reinstall` if you get an error
npm start # start app
Does not rely on any global dependencies.
Directory Structure
dev
├── dist
│ ├── lib
│ │ ├── images
│ ├── app.js
│ ├── *.html
fetch
├── dist
│ ├── lib
│ │ ├── images
│ ├── app.js
│ ├── fetch.js
│ ├── *.html
output
├── output
│ ├── lib
│ │ ├── images
│ ├── app.js
│ ├── *.html
├── a_temp
│ ├── fetch.js
License
MIT