mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-07 18:25:09 +00:00
#89 updated readme
This commit is contained in:
parent
ffa16037c9
commit
0600fc6491
@ -6,6 +6,14 @@ Install:
|
||||
npm install
|
||||
```
|
||||
|
||||
Set authentication token value in the `index.html`
|
||||
|
||||
```html
|
||||
<script>
|
||||
localStorage.setItem('token', '<AUTH-TOKEN>');
|
||||
</script>
|
||||
```
|
||||
|
||||
Run the project:
|
||||
|
||||
```
|
||||
|
@ -26,7 +26,7 @@
|
||||
<script src="node_modules/alfresco-core-rest-api/bundle.js"></script>
|
||||
|
||||
<script>
|
||||
localStorage.setItem('token', 'TICKET_c9c419c7b7f56be3e5ab5f05ae805cd62cb3800e');
|
||||
localStorage.setItem('token', '<AUTH-TOKEN>');
|
||||
</script>
|
||||
|
||||
<script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user