0.0.1 • Published 5 years ago

@esprida/liveintersect-react-comp v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

LiveIntersect React Component

This project is component library for LiveIntersect React Application.

Getting Started

Prerequisites

  • Node v6+
  • yarn v1.12+

Create Component

  • Add component file under components folder (e.g. ComponentName.tsx)
  • Edit component logic
  • Update index.ts to export component

In the project directory, you can run:

yarn install

yarn build

Builds the components to the lib folder.

Publish Project to NPM

npm adduser

Add a NPM registry user account.

npm publish

Publish package to npm with scope, you have to use npm publish --access public to make it public.

Learn More

NPM document

React documentation