https://github.com/doodlewind/rollup-scaffold
A simple rollup config scaffold
https://github.com/doodlewind/rollup-scaffold
Last synced: about 5 hours ago
JSON representation
A simple rollup config scaffold
- Host: GitHub
- URL: https://github.com/doodlewind/rollup-scaffold
- Owner: doodlewind
- Created: 2017-06-04T07:13:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-05T01:36:15.000Z (about 9 years ago)
- Last Synced: 2025-10-10T06:38:16.309Z (10 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rollup-scaffold
A simple rollup project scaffold
``` text
npm run dev # dev build
npm run build # production build
```