https://github.com/scriptex/rollup-mpa
A starter template for web applications using Rollup as a module bundler
https://github.com/scriptex/rollup-mpa
rollup-config webapp-boilerplate
Last synced: 10 months ago
JSON representation
A starter template for web applications using Rollup as a module bundler
- Host: GitHub
- URL: https://github.com/scriptex/rollup-mpa
- Owner: scriptex
- License: mit
- Created: 2019-09-09T05:19:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-09T15:51:08.000Z (10 months ago)
- Last Synced: 2025-04-10T04:05:24.975Z (10 months ago)
- Topics: rollup-config, webapp-boilerplate
- Language: JavaScript
- Homepage: https://atanas.info/portfolio/open-source/rollup-mpa
- Size: 7.64 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Rollup MPA [](https://github.com/scriptex/rollup-mpa/)
> A starter template for web applications using Rollup as a module bundler.
## About
This repository serves as a starter template for creating multiple page applications using Rollup as a module bundler.
A module bundler is a JavaScript (in this case) module which bundles your JS/CSS modules in one file, optimizes their size, minifies them and does many more things.
This starter template provides:
- Latest EcmaScript/JavaScript support
- Optional support for TypeScript instead of JavaScript
- SASS pre-processor for stylesheets
- PostCSS post-processor for stylesheets
- PNG sprites
- SVG sprites (TODO)
- PWA capabilities (TODO)
- minification of the generated (CSS and JS) bundles
- tree shaking
- stylesheet assets managements (copy assets referenced in the imported stylesheets - fonts, images, etc.)
## LICENSE
MIT
---
Connect with me:
---