https://github.com/disjukr/importmap
import map util
https://github.com/disjukr/importmap
Last synced: about 1 month ago
JSON representation
import map util
- Host: GitHub
- URL: https://github.com/disjukr/importmap
- Owner: disjukr
- Created: 2019-04-04T14:28:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-06T08:00:11.000Z (about 6 years ago)
- Last Synced: 2025-03-21T18:52:19.299Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 14.6 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - importmap
README
# importmap
[import map](https://github.com/WICG/import-maps) util
## usage
```sh
npm install lodash-es
npx importmap # prints {"imports":{"lodash-es":"/node_modules/lodash-es/lodash.js"}}
```## run http server
```sh
npx importmap serve -p 3000
# open http://localhost:3000/import-map.json
```