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 316 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" /> </head> <body> <div id="app"></div> <script src="dist/main.bundle.js"></script> </body> </html>