https://github.com/lukethacoder/umd-template
🧻 rollup based UMD package template
https://github.com/lukethacoder/umd-template
rollup rollup-template umd umd-scripts
Last synced: 3 months ago
JSON representation
🧻 rollup based UMD package template
- Host: GitHub
- URL: https://github.com/lukethacoder/umd-template
- Owner: lukethacoder
- License: mit
- Created: 2021-06-10T10:16:20.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T11:53:23.000Z (about 1 year ago)
- Last Synced: 2024-05-22T12:55:12.192Z (about 1 year ago)
- Topics: rollup, rollup-template, umd, umd-scripts
- Language: JavaScript
- Homepage:
- Size: 270 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# umd-template
rollup based UMD package template
Package name should be set in the `.env` file under `PACKAGE_NAME=`
> based on [this](https://remarkablemark.org/blog/2019/07/12/rollup-commonjs-umd/) blog post