Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibesty/rollup-boilerplate
A boilerplate to build lib or tool
https://github.com/ibesty/rollup-boilerplate
Last synced: 5 days ago
JSON representation
A boilerplate to build lib or tool
- Host: GitHub
- URL: https://github.com/ibesty/rollup-boilerplate
- Owner: ibesty
- Created: 2019-10-21T02:02:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T02:42:56.000Z (about 1 month ago)
- Last Synced: 2024-12-03T03:31:19.686Z (about 1 month ago)
- Language: JavaScript
- Size: 92.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## rollup-boilerplate
### how to use
1. `npm install` or `yarn (recommend)`
2. edit your file in `src`
3. `npm run dev` or `yarn run dev`, project will auto rebuild
4. `npm run build` or `yarn run build`