https://github.com/kouts/systemjs-webpack
https://github.com/kouts/systemjs-webpack
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kouts/systemjs-webpack
- Owner: kouts
- Created: 2019-04-15T07:16:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T22:38:33.000Z (about 2 years ago)
- Last Synced: 2025-03-08T21:03:49.666Z (3 months ago)
- Language: JavaScript
- Homepage: HomePage
- Size: 396 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README #
systemjs-webpack test repository
### This repository is a test for importing systemjs into a webpack build. ###
## Usage
```sh
npm install
``````sh
npm run watch
```or
```sh
npm run build
```Check file ```src/js/bootstrap.js``` and the demo folder for details.