ghostrick / web-design-webpack

🎨 My template for web design. Webpack ver.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

🎨 My template for web design. Webpack ver.


Languages

Language:JavaScript 94.5%Language:CSS 4.5%Language:HTML 1.0%