1.0.2 • Published 3 years ago

temis-lib-components v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

Lib-Components-Temis

Temis-lib-Components is a React library with Material-UI for use by the Temis project.

  • Base code in TypeScript
  • Dependecies "@material-ui/core": "^4.11.0"
  • Script: ( npx tsc -p .) to Build

And of course, Temis-lib-components itself is open source with a private repository for the exclusive use of Temis

Installation

Requires Node.js v12.16.3 to run.

Install the dependencies and devDependencies.

$ cd temis-lib-components
$ npm install  or  yarn add

For install Local environments...

$ npm link 

create-react-app myApp, then install the package locally with:

$ npm link temis-lib-components

to uninstall:

$ npm unlink temis-lib-components

we create the build to publish in npm:

$ npm build
$ npm login
$ npm publish

Great! now you install the package in the Temis app:

$ npm install temis-lib-components

License

MIT

1.0.2

3 years ago

1.0.0

3 years ago