@codifytools/react-package-vite-boilerplate
v1.0.6
Published
Boilerplate code for a simple, lightweight, and performant react npm package.
Downloads
79
Maintainers
Readme
React Package Vite Boilerplate
Boilerplate code for a simple, lightweight, and performant react npm package.
Features
- Babel for modern JavaScript and JSX transpilation.
- Vite for build.
- Bundle generated in
umd
andes
formats. - Storybook for local development.
Commands
npm install
- install project dependencies.npm run storybook
- start local development environment.npm run build
- build package intodist/
folder.npm run npm:publish
- publish your package to npm.
License
MIT license, Copyright (c) Juan Pablo Mejia Duque. For more information see LICENSE
.