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.
- Host: GitHub
- URL: https://github.com/ghostrick/web-design-webpack
- Owner: ghostrick
- Created: 2018-01-13T16:26:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-25T11:05:03.000Z (over 8 years ago)
- Last Synced: 2025-06-20T10:49:05.256Z (12 months ago)
- Topics: babel, javascript, pug, stylus, webpack
- Language: JavaScript
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```