Wijmo, Vue UI Component

100+ Fast and Flexible Vue UI Components

Boost your development efficiency with over 100+ enterprise UI controls, including grids, charts, maps, pivots, inputs, calendars, and more for Vue developers!

Why Wijmo

Why Choose Wijmo for Vue App?

Support for Vue and Nuxt.js

Wijmo supports Vue v3 and Nuxt.js v3. Wijmo is framework-agnostic, allowing you to develop in your preferred framework without compromising features or support.

Support for 100+ UI Controls

Wijmo supports over 100+ UI controls, including grids, 80+ charts, reports, input forms, calendars, and OLAP.

Designed for Touch

Extend touch functionality to all controls across your application, including Wijmo's touch module. When building websites and PWAs, provide users with a smooth and enjoyable user experience on tablets and mobile devices.

Excel-like Controls

Wijmo's FlexGrid, FlexChart, and FlexSheet controls are designed to provide users with a familiar Excel-like experience. This makes Wijmo's UI controls easier to use.

Extensive Documentation, Demos and API

Learn Wijmo easily with developer documentation, demos, and APIs. You can modify the code directly in the online demo or download it locally to freely test its features.


Quick Start

Getting Started with Wijmo in Vue 3 🚀

1. Go to the Vue app folder and install the Wijmo library using npm.

* The npm commands are the same for both Vue 2 and Vue 3.

npm install @mescius/wijmo.vue2.all

2. Add css file to apply Wijmo style.

Access the src/main.js file of the Vue app you want to work on and add the Wijmo css file.

// main.js

import '@mescius/wijmo.styles/wijmo.css';

3. Add the Wijmo modules you want to use.

* This section explains how to use auxiliary registration functions. For information on registering at the custom component level, see here.


The code below imports Wijmo's FlexGrid control.

If you would like to add other controls, please check the detailed code samples for each control below.

// main.js

import { registerGrid } from '@mescius/wijmo.vue2.grid';

4. Modify the initialization-related code below as follows.

// main.js

let     app     =     createApp     (     App     ); 

registerGrid     (     app     ); 

app     .     mount     (     '#app'     );

Below is the entire code within the modified src/main.js.

// main.js

import     {     createApp     }   from   'vue'   ;

import   App   from   ' ./App.vue'   ;


import   '@mescius/wijmo.styles/wijmo.css'     ;

import { registerGrid } from '@mescius/wijmo.vue2.grid';


let   app   =   createApp     (   App   ); 

registerGrid   (   app   ); 

app   .   mount   (   '#app'   );    

5. Initialize the Wijmo control and add it to the screen.

Access the src/App.vue file to initialize the Wijmo controls, generate sample data, and then write code to display the Wijmo controls on the screen.

Please check the detailed code below.

FlexGrid
FlexChart
FlexMap
OLAP
Input
  • Below is the code to add the Wijmo FlexGrid module.

     import { registerGrid } from "@mescius/wijmo.vue2.grid"; 
    

    전체 코드는 아래 샘플에서 확인해주세요.

  • Below is the code to add the Wijmo FlexChart module.

     import { registerChart } from '@mescius/wijmo.vue2.chart'; 
    

    전체 코드는 아래 샘플에서 확인해주세요.

  • Below is the code to add the Wijmo FlexMap module.

     import { registerChartMap } from '@mescius/wijmo.vue2.chart.map'; 
    

    전체 코드는 아래 샘플에서 확인해주세요.

  • Below is the code to add the Wijmo OLAP module.

     import { registerOlap } from '@mescius/wijmo.vue2.olap'; 
    

    전체 코드는 아래 샘플에서 확인해주세요.

  • Below is the code to add the Wijmo Input module.

     import * as wjInput from '@mescius/wijmo.vue2.input'; 
    

    전체 코드는 아래 샘플에서 확인해주세요.

6. Run the Vue app and check the result.

npm run serve


Vue Starter Template

Jump-Start Your Development with Customizable

Vue Samples and Templates.

Explore a variety of templates and samples built with Wijmo. View live demos and download the source code to customize for your own projects.

  • Geography Dashboard

    An interactive geographic dashboard for analyzing demographic data.


    Download Zip File

    Vue

    View Demo
  • Dynamic Dashboard

    This tutorial demonstrates how to use Wijmo controls in a customizable, dynamic dashboard.


    Download Zip File

    Vue | Vue3

    View Demo
  • All Components

    This article shows how to start all components from Wijmo's interop module.


    Download Zip File

    Vue3

    View Demo

FlexGrid

The Fastest and Most Flexible Vue Data Grid

The best JavaScript data grid (table) with built-in sorting, formatting, paging and flexible data binding.

Sort, Edit, Filter

Grouping, Aggregation

Data-Binding

Excel, Export PDF

Fix Rows, Columns, and Headers

Custom Cells

Paging, Virtual Scrolling

TreeGrid, Master-Detail

Print

Search

FlexChart

80+ High-Performance Vue Charts

With over 80 different charts, you can effectively visualize the data you want.

Bar Chart

Line Chart

Area Chart

Scatterplot Chart

Bubble Chart

Pie and Donut Charts

Sunburst Chart

Treemap Chart

Polar and Radarl Charts

Financial Charts

FlexMap

Vue Map Control for Geographic Data Visualization

Use map controls to visualize geographic data for easier analysis.

Bubble Map

Choropleth Map

Scatter map

Sample Map of Korea

OLAP

High-Performance Vue Pivot Tables and Charts Similar to Excel

Analyze and process massive amounts of data in milliseconds without relying on the server side.

Outline Mode

Excel-like Design Panel

Pivot Grid

Pivot Chart

Slicer

Input

Powerful Vue Input Components

Includes various input controls required in the frontend, such as autocomplete, color palette (picker), date/time, mask, menu, and multi-select.

Drop Down

Combo Box

Autocomplete

Multiple Selection

Date/Time Picker

Input Numbers

Validation

Menu

Pop-up

Color Picker

Vue UI Control Designer

Easily Customize Wijmo Controls!

Easily create design themes using the Wijmo CSS Theme Designer and apply the created CSS to your Wijmo controls!

Try It Now

Easily customize the settings of Wijmo controls using the Wijmo Control Properties Editor. You can modify and check the settings for over 20 different controls. Download these settings and quickly and easily apply them to your web without any additional coding.

Try It Now

Ask Anything!

Share your vague concerns and questions about Spread.NET with MESCIUS's expert team. We empathize with your concerns and are here to help.

Online Consultation

Vue UI Control Online Study

Discover the Many Ways to Apply Wijmo Vue UI Controls.

View More