I have completed all the steps provided in react integration guide
1 Creating Project
2 Integrate Styles
3 Setup Static Files
4 in Integrate Core
a Initialize global typescript components
b Disable Strict Mode
after all these steps when i hit npm run dev i am getting these error in console
KTDom.ready(() => {
KTLayout.init();
});
Uncaught ReferenceError: KTDom is not defined
at demo1.js:63:1 issue
node version i am using v20.5.0
npm verison i am using 9.8.0
Hi! A similar problem with Laravel. Downloaded it https://github.com/keenthemes/metronic-tailwind-html-integration/tree/main/metronic-tailwind-laravel I added the files according to the instructions. And I even get an
Uncaught ReferenceError: KTDom is not defined
at app-DqJADRCK.js:16:16314
Hi,
If you haven't managed to get a working application by following our integration guide, refer to the Metronic Tailwind Vue project in our guides repo. Since it is a public repo, it doesn't contain theme assets. Follow the steps below before running the application:
metronic-tailwind-vue
folder.src
folder from the metronic-tailwind-html
package and paste it into the metronic-tailwind-vue/src
directory.theme
. The directory structure should now look like this: metronic-tailwind-vue/src/theme
.KTDom.ready(() => {
KTLayout.init();
});
export default KTLayout;
metronic-tailwind-html/dist/assets
and paste it into metronic-tailwind-vue/public
.npm install
and serve the project with npm run dev
.i want video guide