To test this environment:
- Clone https://github.com/SAP/ui5-webcomponents
- Run
yarn
- Run
yarn ci:releasebuild
command - Run
npm link
command respectively in main and fiori packages
- Open
react-js
folder - Run
npm i
command - Run
npm link @ui5/webcomponents @ui5/webcomponents-fiori
command - Run
npm start
- Open
svelte
folder - Run
npm i
command - Run
npm link @ui5/webcomponents @ui5/webcomponents-fiori
command - Run
npm run dev -- --open
- Open
vue-project
folder - Run
npm i
command - Run
npm link @ui5/webcomponents @ui5/webcomponents-fiori
command - Run
npm run dev