- About sample component card
- How to set-up project
- How to run project
- How to update ux-component project
- Sample card is used to develop and test the UI changes for ace-ux-components package.
- For any changes in ace-ux-componets, add the required changes in sample components related view.
- Clone this repository
- Ensure that you are at the dashboard folder, in the command-line run:
- npm install
- Replace the DOMAINURL with your orgnization domain url in dashboard/config/serve.json file.
- Ensure that you are at the dashboard folder, in the command-line run:
- npm run serve
- Open the initialPage url in web browser from dashboard/config/serve.json file after replacing the DOMAINURL.
- Now add sample component card and preview changes.
- Once you changed any file in ux-components project, Ensure that you are at the dashboard folder, in the command-line run which build the latest ux-components and pull the latest library upon the build succeeds.
- npm run pull-ace-ux