This directory contains a series of self-contained examples that you can use as starting points for your app, or as snippets to pull into your existing applications:
Example | Description |
---|---|
css | A Rollup plugin that bundles imported css. |
helloDeno | A basic example to show Rollup usage within Deno. |
html | A Rollup plugin which creates HTML files to serve Rollup bundles. |
image | A Rollup plugin which imports JPG, PNG, GIF, SVG, and WebP files. |
importmap | A Rollup plugin to apply import map mappings to ES modules. |
json | A Rollup plugin which converts .json files to ES6 modules. |
livereload | A Rollup plugin which automatically reload your html whe the filesystem changes. |
postcss | A Rollup plugin to apply PostCSS transforms to styles. |
serve | A Rollup plugin to run a development server. |
svelte | A Rollup plugin to compile Svelte components. |
virtual | A Rollup plugin which loads virtual modules from memory. |
yaml | A Rollup plugin which converts YAML files to ES6 modules. |