Skip to content

Commit

Permalink
added npm repo with UiZoo name
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamELB committed Aug 7, 2017
1 parent b1e5db1 commit a18d69f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,16 @@ This will start a server on http://localhost:5000 with the UiZoo
you can change the [components file](https://github.com/myheritage/uizoo.js/blob/master/client/components.js) and the [documentation file](https://github.com/myheritage/uizoo.js/blob/master/client/documentation.js) to start rapidly.
We recommend updating those files by a script automatically when files are changing (we plan to create plugins to help with this in the next future).

*NPM module will be added soon*
*or* npm install by:
```
npm i -S uizoo
```
then in your code, add:
```
import 'uizoo/dist/index.css';
import UiZoo from 'uizoo';
UiZoo.init(documentation, components, rootElement);
```

### init
```
Expand Down
2 changes: 1 addition & 1 deletion client/documentation.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a18d69f

Please sign in to comment.