https://github.com/jonaskello/yarn-systemjs
Build SystemJS config from yarn.lock file.
https://github.com/jonaskello/yarn-systemjs
Last synced: 4 months ago
JSON representation
Build SystemJS config from yarn.lock file.
- Host: GitHub
- URL: https://github.com/jonaskello/yarn-systemjs
- Owner: jonaskello
- Created: 2016-12-04T21:28:59.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T11:11:59.000Z (almost 6 years ago)
- Last Synced: 2024-10-06T02:22:47.714Z (over 1 year ago)
- Language: JavaScript
- Size: 61.5 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Yarn SystemJS
Experiment to generate SystemJS config files from yarn.lock files.
## Overview
To test-drive clone this repo and do this:
```
$ cd example
$ yarn install
$ http-server
```
Then open the browser and the example should load.