// blog/tag/vuejs.md

Tag: vuejs

5 posts tagged vuejs.

// vue-3-vite-8-tailwind-css-v4-on-sitefinity-cms-complete-setup-guide-with-code-splitting.md

Vue 3 + Vite 8 + Tailwind CSS v4 on Sitefinity CMS: Complete Setup Guide with Code Splitting

Step-by-step guide to adding Vue 3 with Vite 8, Tailwind CSS v4, and shadcn-vue to a Sitefinity CMS project. Includes production code splitting with Rolldown, design-mode widget mounting, search indexing, and every file needed to get up and running.

TutorialVueJs
// adding-telerik-reporting-v15-to-sitefinity-in-2021.md

Adding Telerik Reporting v15+ to Sitefinity in 2021

Need Telerik Reporting in modern Sitefinity? Learn how to add v15+ back with correct route setup and a Vue.js component for seamless report viewing.

TutorialSitefinityVueJsKendoUI
// use-vuejs-with-sitefinity.md

Use VueJs with Sitefinity

Tips on how to use VueJs with Sitefinity and not have every widget all webpacked and loaded on every page.

TutorialVueJsSitefinity
// vuejs-upload-input-though-a-regular-form-postback.md

VueJs Upload Input though a regular form postback

Learn how to integrate VueJs validation and state management with traditional form postbacks for file uploads without complex async upload handling.

TutorialVueJs
// exclude-pages-from-netlifys-sitemap-plugin.md

Exclude pages from netlifys sitemap plugin

Learn how to properly exclude pages and routes from Netlify's sitemap plugin in Nuxt.js. Configure netlify.toml to prevent unwanted pages from appearing in...

TutorialVueJs