StErMi / ui5con-app-vue

The Smart Store app is a Vue.js sample application, demonstrating the usage of the UI5 Web Components. You can find a step by step tutorial below on how to build the app by yourself. You don't have to clone the repo, the app will be built from scratch.
https://5d1cb04456271f7e20187559--tender-wescoff-2ef166.netlify.com/
Apache License 2.0
33 stars 13 forks source link

Dependency not found: @ui5/webcomponents-base/Theming" #1

Open prabhatpathania opened 4 years ago

prabhatpathania commented 4 years ago

Hi StErMi,

While trying to implement the HCB theme feature, below mentioned dependency fails:

import { setTheme } from "@ui5/webcomponents-base/Theming";

In console I get a message:

To install it, you can run: npm install --save @ui5/webcomponents-base/Theming

but this command also fails. Did you have any trouble with this part?

ghost commented 4 years ago

yes, the correct command should be: import { setTheme } from "@ui5/webcomponents-base/src/Theming.js";

yogananda-muthaiah commented 3 years ago

@myyosi can you please include this in your repo or make new update in repo..

yogananda-muthaiah commented 3 years ago

I am getting this below error

To install them, you can run: npm install --save @ui5/webcomponents-base/Theming @ui5/webcomponents-fiori/dist/ShellBar @ui5/webcomponents/dist/ThemePropertiesProvider