1.3.0 • Published 2 years ago

spencerfeng-react-package v1.3.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Spencerfeng React Package

This is a base template that can be used for building a custom React Package.

How to use it

Install all dependencies

npm install

Build the package for local development

npm run build:dev

Build the package for production

npm run build:prod

How to test the package in your local computer

Step 1

Build the package

Step 2

In the root of the package directory, run

npm link

Step 3

In the root of the React app where you want to use this package, run

npm link spencerfeng-react-package
1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago