Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Vue 3, Vite and jqxGrid

Vue Vite with jQWidgets

This tutorial will show you how to use Vite along with the Vue Components by jQWidgets.
Please, follow the instructions below:


npm create vite@latest

Then choose a project name eg. “my project”, choose Vue as a framework. Navigate to the project you just created.

cd my-project

npm install
npm install jqwidgets-scripts
npm run dev
		

Now open components/HelloWorld.vue and replace it with


After that, open the index.html file and add a reference to our theme files.
The result is:

The post Vue 3, Vite and jqxGrid appeared first on Angular, Vue, React, Web Components, Javascript, HTML5 Widgets.



This post first appeared on JQuery, React, Vue And Angular UI Components, please read the originial post: here

Share the post

Vue 3, Vite and jqxGrid

×

Subscribe to Jquery, React, Vue And Angular Ui Components

Get updates delivered right to your inbox!

Thank you for your subscription

×