Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/argyleink/jade-cssnext-babel-webpacked
⚡️ Build a multipage site with Jade and Webpack, where each page is created from a bundle entry file
https://github.com/argyleink/jade-cssnext-babel-webpacked
babel cssnext jade postcss webpack
Last synced: 14 days ago
JSON representation
⚡️ Build a multipage site with Jade and Webpack, where each page is created from a bundle entry file
- Host: GitHub
- URL: https://github.com/argyleink/jade-cssnext-babel-webpacked
- Owner: argyleink
- Created: 2017-11-28T20:12:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-17T22:58:08.000Z (over 6 years ago)
- Last Synced: 2024-12-16T20:52:35.701Z (15 days ago)
- Topics: babel, cssnext, jade, postcss, webpack
- Language: HTML
- Homepage:
- Size: 374 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### Features
- All of Jade's powers (!Pug)
- Write CSS to spec with CSSNext and PostCSS
- Write Javascript to spec with Babel
- Bundles made per page
- Code splitting common css/js chunks
- ITCSS folder structure
- Copies static assets
- Turbo Crunch included
- Pretty URLs started#### Get Started
- `npm i`
- `npm start` or `npm run build:dev`