https://github.com/mgdm/js-module-skeleton
Skeleton is a bit much. This is just a handy place to keep the package.json and .babelrc.
https://github.com/mgdm/js-module-skeleton
Last synced: about 1 month ago
JSON representation
Skeleton is a bit much. This is just a handy place to keep the package.json and .babelrc.
- Host: GitHub
- URL: https://github.com/mgdm/js-module-skeleton
- Owner: mgdm
- Created: 2019-03-05T21:52:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-05T21:57:27.000Z (about 6 years ago)
- Last Synced: 2025-01-24T11:28:19.010Z (3 months ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This just contains enough package.json and .babelrc to be able to convert JSX into calls to Preact's `h()` function. It shouldn't change much else, and relies on modern browsers supporting JavaScript Modules to handle module loading, using something like
```html
```