Syncfusion Universal Vue.js Application built with Nuxt.js.
In this demo we have created the sample [ https://github.com/nuxt/nuxtjs.org ] with Nuxt generated application and its integrated with syncfusion essential js2 vue components.
In here, We have used Nuxt.js structrue and rendered syncfusion controls.
You have to refer below documentation link to render syncfusion controls: [ https://ej2.syncfusion.com/vue/documentation/button/getting-started.html ]
Run the following commands to see demo in dvelopment mode
npm install nuxt -g
nuxt build
nuxt start
Run the following commands to see demo in production mode
npm install
npm run generate
Then Serves the dist directory