An open API service indexing awesome lists of open source software.

https://github.com/ghostrick/web-design-webpack

🎨 My template for web design. Webpack ver.
https://github.com/ghostrick/web-design-webpack

babel javascript pug stylus webpack

Last synced: about 2 months ago
JSON representation

🎨 My template for web design. Webpack ver.

Awesome Lists containing this project

README

          

# web-design-webpack
It is a template to use for web design.
I use webpack.

## Directory
The `.js` file inside `entry/` should be paired with the `.pug` file in the root directory. It is automatically combined by webpack.
```
./src/
|- assets/
| |- fonts/
| |- images/
|
|- js/
| |- entry/
| | |- index.js
| | |- about.js
| |
| |- modules/
| |- hoge.js
|
|- stylus/
| |- entry/
| | |- index.styl
| | |- about.styl
| |
| |- common/
| |- common.styl
|
|- index.pug
|- about.pug
```