0.3.14 • Published 3 years ago

@geostarters/react-components v0.3.14

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

@geostarters/react-components

npm version Build Status Linux Build status Dependency Status License

A lib of React Components https://geostarters.github.io/icgc-react-components/

Installation

npm install --save @geostarters/react-components

Development

npm install or yarn

Provided scripts

lint: Checks the code linting

build: Creates de dist file of each component

build:dev: Creates de dist file of each component (using working windows commands)

storybook: Run storybook locally

deploy-storybook: Deploy storybook to github pages

/*por si falla*/
npm run build-storybook
cd docs
git init
git add .
git commit -m "Deploy Storybook to GitHub Pages"
git push --force --quiet git@github.com:geostarters/icgc-react-components.git master:gh-pages

/*otra forma*/
npm run build-storybook
git subtree split --prefix docs -b gh-pages
git push -f origin gh-pages:gh-pages
git branch -D gh-pages

build-storybook:

test: Runs the static type checker and runs the tests

Para desplegar los cambios en el registro de npm

npm login
Username: icgcgeostarters
Password: XXXXXXXX
Email: (this IS public): geostarters [at] gmail [dot] com
npm version <update_type> //<update_type> patch, major, or minor
npm publish --access public 

Semantic UI React personalization

https://jsramblings.com/2018/03/04/how-to-use-semantic-ui-with-a-custom-theme-in-your-CRA-app.html

License

Copyright (c) 2019 - Geostarters (MIT License) See LICENSE file for more info.

0.3.14

3 years ago

0.3.13

3 years ago

0.3.12

3 years ago

0.3.11

3 years ago

0.3.10

3 years ago

0.3.9

3 years ago

0.3.8

3 years ago

0.3.7

3 years ago

0.3.6

4 years ago

0.3.5

4 years ago

0.3.4

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.3

4 years ago

0.3.0

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.0.20

4 years ago

0.0.21

4 years ago

0.0.19

4 years ago

0.0.18

5 years ago

0.0.17

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago