0.1.13 • Published 1 month ago

@certego/certego-ui v0.1.13

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

@certego/certego-ui

NPM Node.js Package

Certego components library. Built on React.js + reactstrap + more.

Projects using certego-ui

Install

npm install --save @certego/certego-ui

Documentation

Use local build of certego-ui with hot-reload (for faster development)

You can configure your local development environment in a way that any change in the certego-ui directory will trigger a new build which, in turn, will trigger a new build of your project. This will save you a lot of development time and headache.

$ git clone git@github.com:certego/certego-ui.git /home/user/certego-ui
  • Install dependencies and start local dev server,
/home/user/certego-ui$ npm install
/home/user/certego-ui$ npm start
  • In your other project that uses certego-ui, open the package.json file and modify under "dependencies" to "@certego/certego-ui": "/home/user/certego-ui".
  • Now re-install dependencies and start local dev server,
/home/user/certego-ui$ npm install
/home/user/certego-ui$ npm start

Start example project

  • Open a terminal and start local dev server for certego-ui,
/home/user/certego-ui$ npm start
  • Open another terminal and start local dev server for the certego-ui/example app,
/home/user/certego-ui/example$ npm install
/home/user/certego-ui/example$ npm start

Create new release (github & npm)

  • Modify version attribute inside package.json file and run npm install in a terminal.
  • Modify CERTEGO_UI_VERSION variable in example/src/layouts/AppFooter.jsx file.
  • Write a new entry in the CHANGELOG.md file describing the changes.
  • Finally, you should create a new release on the GitHub repistory by going to this link.

New release on GitHub will automatically publish new release on npmjs.com and, re-build and deploy the example application as well.

Changelog

CHANGELOG.md

License

MIT © certego

0.1.13

1 month ago

0.1.12

3 months ago

0.1.11

5 months ago

0.1.10

5 months ago

0.1.8

5 months ago

0.1.7

6 months ago

0.1.9

5 months ago

0.1.6

10 months ago

0.1.5

12 months ago

0.1.4

1 year ago

0.1.2

2 years ago

0.1.3

2 years ago

0.1.0

2 years ago

0.1.1

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.4

2 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago