0.2.0 • Published 6 years ago

react-pdv v0.2.0

Weekly downloads
45
License
MIT
Repository
github
Last release
6 years ago

React PDV

React component library for point of sale

Contributing

git clone https://github.com/vicentedealencar/react-pdv
cd react-pdv
yarn

# run examples
yarn start

# run tests continuously
yarn test:watch

Linking


Sadly, for this to work your package needs to be registered on npm, so you must publish at least one version (even if it's a dummy one) before attempting this.


For example, if I'm developing the library my-lib (this correspond to the name attribute of the package.json file), I could do this:

  • In the library directory:

    $ yarn link
    $ yarn start # Starts the dev mode to make some changes later
  • In the project directory:

    $ yarn link my-lib
    $ yarn add my-lib # If the library is not declared as a dependency yet.

Now the app can import 'my-lib' and any local changes on the library dist will be reflected on the app as well.

When you're done run yarn unlink on the library folder.

More information on the Yarn Docs

Publishing

Use yarn workspace react-pdv publish command to release a new version of your library. This will ask you the new version to release, commit the new package.json version and create a tag.

License

MIT © Vicente de Alencar

0.2.0

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.34

6 years ago

0.0.33

6 years ago

0.0.32

6 years ago

0.0.31

6 years ago

0.0.30

6 years ago

0.0.29

6 years ago

0.0.28

6 years ago

0.0.27

6 years ago

0.0.26

6 years ago

0.0.25

6 years ago

0.0.24

6 years ago

0.0.23

6 years ago

0.0.22

6 years ago

0.0.21

6 years ago

0.0.20

6 years ago

0.0.19

6 years ago

0.0.18

6 years ago

0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago