Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`