Skip to content

This is a template for developing a react component library, using lerna.js to manage multiple npm packages, and rollup.js to build.

License

Notifications You must be signed in to change notification settings

shinancao/rollup-lerna-react-components-template

Repository files navigation

rollup-lerna-react-components-template

This project skeleton was created to help people get started with creating their own React component library using:

It also features:

Development

Debug

npm run dev

This will start the examples page, you can write your demo there to debug the components.

Build

# build all components
npm run build

# build all components and a main libary including all components
npm run build:all

Test

npm run test

npm run test:watch

Publish

npm run pub

About

This is a template for developing a react component library, using lerna.js to manage multiple npm packages, and rollup.js to build.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published