0.0.6 • Published 6 months ago

reidoecommerce-core-business v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

reidoecommerce-lib

NPM version Build npm-typescriptLicense]github-license-url

Installation:

npm install 

or

yarn 

Usage :

Add components in aplication:

import { MeuComponente } from 'reidoecommerce/meucomponente'

export function Componente() {
    return <MeuComponente />
}

Para públicar o projeto no npm:

npm publish --access-public

tsConfigurations

{ "include": "src", "exclude": "dist", "node_modules", "compilerOptions": { "module": "esnext", "lib": "dom", "esnext", "importHelpers": true, "declaration": true, "sourceMap": true, "rootDir": "./src", "outDir": "./dist/cjs", "strict": false, "noImplicitReturns": false, "noFallthroughCasesInSwitch": true, "noUnusedLocals": true, "noUnusedParameters": true, "moduleResolution": "node", "jsx": "react", "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "allowSyntheticDefaultImports": true } }

0.0.6

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago