@frlow/brine
v1.0.48
Published
### What is Brine?
Downloads
51
Readme
Brine
What is Brine?
Brine is a build tool for component libraries. It takes components written in your favourite framework and converts them to web components. It also generates typed wrappers so that any component can easily be used in any framework.
Brine supports components written in the following frameworks:
- React
- Vue (3)
- Svelte
- Solid
Brine also generates typed wrappers for the following frameworks:
- React
- Vue (3)
Installing
yarn add @frlow/brineGetting started
# Initialize a Brine project using
brine init my-library
cd my-library
yarn
yarn startBuild your library for release
yarn build