2.0.0 • Published 6 years ago

nikita-test-libui v2.0.0

Weekly downloads
16
License
ISC
Repository
-
Last release
6 years ago

A template for creating your react package.

Guide

  • Replace the content in src/lib with your own component or library.
  • Test run your library by importing in App.js and running npm start.
  • Specify entry file in rollup's config input property (rollup.config.js).
  • Run npm run build to bundle.
  • run npm link and npm link <package-name> from the root of your project to test bundle.
  • Test run your bundle by importing into App.js from the package name and running npm start.

To learn more. Read the article

2.0.0

6 years ago

0.1.55

6 years ago

0.1.53

6 years ago

0.1.54

6 years ago

0.1.52

6 years ago

0.1.51

6 years ago

0.1.5

6 years ago

0.1.2

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago