mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
d8bb993b801e379c83947436a9c6064069913e09
ALFRESCO WEB COMPONENTS
Prerequisites
- Alfresco repository with CORS enabled. A Docker-compose file is provided by the demo-shell app.
Private Npm repository configuration
All the components are stored in our private repository, the address is http://52.16.120.219:4873/. The repository is visible only from the Alfresco VPN.
How to configure it:
npm set registry http://52.16.120.219:4873
npm adduser --registry http://52.16.120.219:4873
Running demo project
Steps below show the quickest way to get demo shell up and running.
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 the demo and Install all the dependencies (do it the first time or after a project update)
./start.sh -install
- Start the demo
./start.sh
For development environment configuration please refer to project docs.
Components
Languages
TypeScript
90.5%
HTML
4.4%
SCSS
2.4%
JavaScript
1.6%
C
0.8%
Other
0.2%