2.0.0 • Published 4 years ago

nikita-test-libui v2.0.0

Weekly downloads
16
License
ISC
Repository
-
Last release
4 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

4 years ago

0.1.55

4 years ago

0.1.53

4 years ago

0.1.54

4 years ago

0.1.52

4 years ago

0.1.51

4 years ago

0.1.5

4 years ago

0.1.2

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago