@sunrise-upc/b2c-sales-linecheck
TypeScript icon, indicating that this package has built-in type declarations

2.2.1 • Public • Published

README

Reusable Func Component

Starter code base to create a reusable functional react component for the sunrise b2c digital development team.

What is this repository for?

  • Summary
    • Typescript & Rollup are used to create and bundle the reusable components.
  • Version
    • v1.0.0

How do I get set up?

  • Summary of set up for new
    • Clone the code from this repo and remove this project references from files like package.json and rollup.config.mjs
    • package.json
      • Please change the name and dependency details based on the your requirment
      • add the peerDependency based on the your requirment
    • rollup.config.mjs
      • change the name in output configuration
		 output:[
       { 
        file:'dist/cjs/index.js',
        format:'cjs',
        sourcemap:true,
        name:'sunrise-fun-comp-lib'
       },
       { 
        file:"dist/esm/index.js",
        format:'esm',
        sourcemap:true       
       }
    ]

Upload into private NPM package

  • before upload the package into NPM repo. Please connect with Leads

Readme

Keywords

none

Package Sidebar

Install

npm i @sunrise-upc/b2c-sales-linecheck

Weekly Downloads

35

Version

2.2.1

License

ISC

Unpacked Size

169 kB

Total Files

53

Last publish

Collaborators

  • marcorusso
  • caroline.santos
  • ramalingamh
  • subhashish.samant
  • mysoreshivakumar
  • sunrise-b2c
  • sunrise-ecomm
  • alexcibotari
  • hirts
  • lamv
  • rui_fonseca