0.7.8 • Published 3 years ago

@nuwe/components v0.7.8

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

components

Nuwe componenets libray poweered by MaterialUI, Nivo and other cool Libraries

Install

Clone the repo

git clone https://github.com/nuwe-io/components

Install dependencies

npm install

Working with branches and gitflow

   git branch [branch_name]
   git checkout [branch_name]

Push to branch

    git add .
    git commit -m "Title" -m "Description"
    git push origin [branch_name]

Usage

import { Button } from "@nuwe/components";

const MyComponent = () => {
  return <Button>Text</Button>;
};
  • Running locally:
    npm run storybook

To run the unit tests:

    npm run test #Not yet configured

Deploy & public to NPM & Chromatic

CD/CI setup with vercel

Deplopy and managed with storybook & chromatic

https://github.com/portexe/react-pwr

1 Publish and check with chromatic

  • For publishing the library to chromatic:
    npm run chromatic # Publish Storybook and run visual tests

2 Update npm package

Checkout to the MAIN branch and modify the version of the package version

Build with rollup:

    npm run build-lib

After that login and push to npm

    npm login
    npm publish --access public

Push to the branch

git add .
git commit --m "RELEASE VERSION X.X.X"
git push --origin main

This will automtically trigger vercel

Build

There maybe apear some build errors (rollup import configs mainly).

If that happens, go to: rollup.config.js and add the import creating the error:

// rollup.config.js
export default [{
    ...,
    plugins: [
    ...,
    commonjs({
         namedExports: {
             'library-name':["Export1","Export2"]
         }
    })
    ]
}]

Contact info

You can get in touch via:

Edgar Gago Carrillo Add Contributor name here

or

Edgar Gago | hello@nuwe.io

Licence

MIT

0.7.4

3 years ago

0.7.3

3 years ago

0.7.6

3 years ago

0.7.5

3 years ago

0.7.8

3 years ago

0.7.7

3 years ago

0.6.7

3 years ago

0.6.6

3 years ago

0.6.9

3 years ago

0.6.8

3 years ago

0.7.2

3 years ago

0.5.4

3 years ago

0.5.3

3 years ago

0.5.6

3 years ago

0.5.5

3 years ago

0.5.0

3 years ago

0.7.0

3 years ago

0.5.2

3 years ago

0.5.1

3 years ago

0.5.8

3 years ago

0.5.7

3 years ago

0.5.9

3 years ago

0.6.3

3 years ago

0.6.2

3 years ago

0.6.5

3 years ago

0.6.4

3 years ago

0.6.1

3 years ago

0.6.0

3 years ago

0.4.9

3 years ago

0.4.8

3 years ago

0.3.9

3 years ago

0.1.0

3 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.1.2

3 years ago

0.0.3

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.0.2

3 years ago

0.4.5

3 years ago

0.3.6

3 years ago

0.2.7

3 years ago

0.4.4

3 years ago

0.3.5

3 years ago

0.2.6

3 years ago

0.1.7

3 years ago

0.0.8

3 years ago

0.4.7

3 years ago

0.3.8

3 years ago

0.2.9

3 years ago

0.4.6

3 years ago

0.3.7

3 years ago

0.2.8

3 years ago

0.1.9

3 years ago

0.4.1

3 years ago

0.3.2

3 years ago

0.2.3

3 years ago

0.1.4

3 years ago

0.0.5

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.2.2

3 years ago

0.1.3

3 years ago

0.0.4

3 years ago

0.4.3

3 years ago

0.3.4

3 years ago

0.2.5

3 years ago

0.1.6

3 years ago

0.0.7

3 years ago

0.4.2

3 years ago

0.3.3

3 years ago

0.2.4

3 years ago

0.1.5

3 years ago

0.0.6

3 years ago

0.0.1

4 years ago