Using JSS with Vue
Sitecore JSS supports developing modern Vue applications with Sitecore.
Sample Application
The JSS CLI can be used to quickly create a @vue/cli-based JSS application:
jss create my-vue-jss-app vue
cd my-vue-jss-app
jss start
We recommend reading the sample app walkthrough to understand the sample app, but it's also well commented if you'd rather read code.
The sample app was built using the
@vue/cliversion 3 as a starting point. However, thesitecore-jss-vuepackage has no dependencies on@vue/cli.
Tools
Using the Vue DevTools Chrome extension is highly recommended for troubleshooting Vue apps.
