0.1.10 • Published 3 years ago

test-lib-ccen v0.1.10

Weekly downloads
12
License
MIT
Repository
-
Last release
3 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

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.2

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago