mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
#17 Added npm link for alfresco-core
This commit is contained in:
@@ -33,6 +33,24 @@ npm test
|
||||
```
|
||||
|
||||
### Demo
|
||||
|
||||
## Configuring development environment
|
||||
|
||||
*All scripts assume you are at the project root folder*
|
||||
|
||||
**Install symlinks for Alfresco components**
|
||||
|
||||
*ng2-alfresco-core:*
|
||||
|
||||
```sh
|
||||
cd ng2-components/ng2-alfresco-core
|
||||
npm link
|
||||
cd ../../demo-shell-ng
|
||||
npm link ng2-alfresco-core
|
||||
```
|
||||
|
||||
**Start the demo**
|
||||
|
||||
```sh
|
||||
cd demo
|
||||
npm install
|
||||
|
||||
Reference in New Issue
Block a user