@cehappdev/ceh-view
v0.15.4
Published
Styles and React elements to give a consistent app experience using a data driven approach where the data is abstracted away from the view
Downloads
16
Readme
CEH View
Styles and React elements to give a consistent app experience using a data driven approach where the data is abstracted away from the view
Have a look here https://nerc-ceh.github.io/ceh-view
Installation
we suggest using create-react-app in order to create an application
we suggest using npm
npm i -S @cehappdev/ceh-view
but if you want to use yarn
yarn add @cehappdev/ceh-view
Development
docker-compose up --build -d
then go to port 3001
to see the docs, this also runs dist
and style
in seperate containers which create transpile on change
Releasing
major
for breaking changes
minor
for new elements
patch
for fixes and updates
npm login
to login to npmjs.com
npm version minor
if adding a new feature
npm run release
to patch and release CEH View and deploy the website
npm run deploy
to only deploy the website