@jingx/lottery-components-react-jsx
v1.0.44
Published
npm login (if first) npm run publish:npm
Readme
Publish npm : increase version in package.json before doing this
npm login (if first) npm run publish:npm
Dev run package
npm i npm run dev
Open other terminal : Run test with real app
npm run example:install npm run example
Link npm for local testing
In npm run :
npm link
In project run :
npm link @jingx/lottery-components-react-jsx
Unlink
In npm run :
npm unlink
In project run :
npm unlink @jingx/lottery-components-react-jsx
