https://github.com/mdwagner/importmap-cr
https://github.com/mdwagner/importmap-cr
crystal
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mdwagner/importmap-cr
- Owner: mdwagner
- License: mit
- Created: 2021-12-18T18:45:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T03:17:49.000Z (over 3 years ago)
- Last Synced: 2025-01-25T19:30:31.923Z (4 months ago)
- Topics: crystal
- Language: Crystal
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# importmap
## Two usages:
1. Use your own JSON
- This is managed on your own, but you can also use the CLI to vendor stuff for you
- If you need to preload any imports, you must use ImportMap and specify each import
2. Use the libraries ImportMap
- This is useful if you just want to use CDNs
- You can also use this for your own application JS code