Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
SkyIdReact
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
redwane mahjoubi
SkyIdReact
Commits
7c053946
Commit
7c053946
authored
Jun 01, 2023
by
redwane mahjoubi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
parent
f903b689
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
README.md
README.md
+6
-2
No files found.
README.md
View file @
7c053946
## 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:`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment