https://github.com/indooorsman/demo-webpack-amd
A webpack amd demo with code splitting
https://github.com/indooorsman/demo-webpack-amd
amd code-splitting webpack
Last synced: 11 months ago
JSON representation
A webpack amd demo with code splitting
- Host: GitHub
- URL: https://github.com/indooorsman/demo-webpack-amd
- Owner: indooorsman
- Created: 2017-02-15T06:47:17.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-15T06:49:00.000Z (about 9 years ago)
- Last Synced: 2025-02-02T01:26:46.399Z (about 1 year ago)
- Topics: amd, code-splitting, webpack
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Webpack AMD demo
A webpack amd demo with code splitting
## Start
```bash
npm install .
npm start
```