https://github.com/simonewebdesign/rollup-demo
https://github.com/simonewebdesign/rollup-demo
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonewebdesign/rollup-demo
- Owner: simonewebdesign
- Created: 2015-10-26T11:08:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-26T16:57:16.000Z (over 10 years ago)
- Last Synced: 2025-01-08T20:28:26.027Z (over 1 year ago)
- Language: JavaScript
- Size: 3.64 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rollup demo integration with React.js
Demo repository for showing how Rollup can be used with React.js in the browser.
### How to build the project
```
rollup --input source/main.js\
--format cjs\
--external react\
--output build/app.js
```
Then pass the output to Browserify or jspm. Note you need to have the dependencies available before the final build.