0.0.2 • Published 7 years ago

k_webpack v0.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

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

0.0.2

7 years ago

0.0.1

7 years ago