Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ecklf/webpack4-pug-sass-example
Example config for using pug and sass in webpack4
https://github.com/ecklf/webpack4-pug-sass-example
pug sass webpack webpack4-pug-sass
Last synced: 4 months ago
JSON representation
Example config for using pug and sass in webpack4
- Host: GitHub
- URL: https://github.com/ecklf/webpack4-pug-sass-example
- Owner: ecklf
- License: mit
- Archived: true
- Created: 2018-06-05T10:20:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-25T07:50:51.000Z (over 3 years ago)
- Last Synced: 2024-09-23T00:02:19.580Z (4 months ago)
- Topics: pug, sass, webpack, webpack4-pug-sass
- Language: JavaScript
- Homepage:
- Size: 1.37 MB
- Stars: 49
- Watchers: 3
- Forks: 16
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webpack4-pug-sass-example
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![License: MIT](https://img.shields.io/github/license/impulse/webpack4-pug-sass-example.svg?style=flat-square)](https://opensource.org/licenses/MIT)Just clone the project and run:
>npm i && npm run watch### Base filetree:
- __src__
- [index.js](src/index.js)
- [index.pug](src/index.pug)
- __scripts__
- [plugin.js](src/scripts/plugin.js)
- __styles__
- [main.sass](src/styles/main.sass)