Commit 7c053946 authored by redwane mahjoubi's avatar redwane mahjoubi

Update README.md

parent f903b689
## Installation ## Installation
### `1. Install dependencies :` ### `1. Install dependencies :`
**Note: this is a one-way operation. Once you `eject`, you can't go back!**
** ~ For Windows run : ** ** ~ For Windows run : **
npm i skyid-sdk-web-win npm i skyid-sdk-web-win
...@@ -10,12 +13,13 @@ npm i skyid-sdk-web-win ...@@ -10,12 +13,13 @@ npm i skyid-sdk-web-win
npm i skyid-sdk-web-lx npm i skyid-sdk-web-lx
### `2.In your components import the Jquery and the SDK Web :` ### `2.In your components import the Jquery and the SDK Web :`
'
<script> <script>
import $ from 'jquery'; import $ from 'jquery';
import * as skyid_imp from '../assets/skyid_impl_v1'; //Location of 'skyid_impl_v1.js' file import * as skyid_imp from '../assets/skyid_impl_v1'; //Location of 'skyid_impl_v1.js' file
... ...
</script> </script>'
### `3.copy the code bellow inside the useEffect(){...} lifecycle Hook:` ### `3.copy the code bellow inside the useEffect(){...} lifecycle Hook:`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment