1.0.2 • Published 2 years ago
@nikoships/react-ui-library v1.0.2
Create React UI Lib
A CLI tool that bootstraps simple Vite template for instant React UI library development.
- Unopinionated: no default styling, ESLint, pre-commit hooks — bring your own stuff if you need it.
- Type definitions are extracted using vite-plugin-dts.
- Bundles to ES and UMD modules, generates sourcemaps.
- Offers Storybook or Ladle for docs which are easily deployed as GitHub pages.
Getting started
Run the command:
npm create react-ui-lib@latestPublishing the library
- Build the package:
npm run build - Open
package.json, update package description, author, repository, remove"private": true. - Run
npm publish
Publishing docs to GitHub pages
Storybook or Ladle static is built to docs directory which is under git. To publish it to GitHub Pages do this:
- Publish this repo to GitHub.
- Run
npm run build-docs, commitdocsfolder and push. - Create a separate GitHub Pages repo if you haven't yet.
- Set up GitHub pages for this project to build from
docsfolder frommainbranch.- To do this go to this repo's settings and open
Pagessection (menu on the left side). SelectSource->Deploy from a branch, selectBranch->mainand/docsfolder.
- To do this go to this repo's settings and open
Feedback
Tell me about your experience with Create React UI Lib. Support the project by giving it a start on GitHub.