UNPKG

jqwidgets-framework

Version:

jQWidgets is an advanced Angular, Vue, Blazor, React, Web Components, jquery, ASP .NET MVC, Custom Elements and HTML5 UI framework.

11 lines 416 B
<!DOCTYPE html> <html lang="en"> <head> <title>jQWidgets Vue Example</title> <link rel="stylesheet" href="node_modules/jqwidgets-scripts/jqwidgets/styles/jqx.base.css" type="text/css" /> <script src="https://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/generatedata.js"></script> </head> <body> <div id="app"></div> <script src="dist/main.bundle.js"></script> </body> </html>