mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
2de84f5ec537267a4dc6bc6d605a29d2c544a28c
ALFRESCO WEB COMPONENTS
Prerequisites
Running demo project
Note: Steps below show the quickest way to get demo shell up and running. For development configuration please refer to Configuring development environment section further in this document.
Using setup script (recommended)
git clone https://github.com/Alfresco/dev-platform-js-api.git
git clone https://github.com/Alfresco/dev-platform-webcomponents.git
cd dev-platform-webcomponents
./start.sh
Manual setup
git clone https://github.com/Alfresco/dev-platform-js-api.git
git clone https://github.com/Alfresco/dev-platform-webcomponents.git
cd dev-platform-webcomponents/demo-shell-ng2
npm install
npm install ../ng2-components/ng2-alfresco-core
npm install ../ng2-components/ng2-alfresco-login
npm install ../ng2-components/ng2-alfresco-documentlist
npm install ../ng2-components/ng2-alfresco-upload
npm install ../../dev-platform-js-api
npm run build.dev
For development environment configuration please refer to project docs.
Languages
TypeScript
90.5%
HTML
4.4%
SCSS
2.4%
JavaScript
1.6%
C
0.8%
Other
0.2%