ddonco / vue-charts-grid-layout

Minimal working example of Vue 3, Vite, ECharts, and Vue-Grid-Layout.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue - Vite - ECharts - Vue-Grid-Layout

This is a minimal working example of Vue 3, Vite, ECharts, Vue-Grid-Layout, Typescript, and TailwindCSS.

Admittedly the code is a little sloppy and could use some cleanup. I just threw this repo up after getting everything working to share it and save it as a reference.

Usage

Install Dependencies

yarn

Use it

yarn dev

This will serve the app at http://localhost:4000

Build it

yarn build

Builds the app for production to the dist folder.
It correctly bundles Vue in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

About

Minimal working example of Vue 3, Vite, ECharts, and Vue-Grid-Layout.

License:MIT License


Languages

Language:Vue 70.2%Language:TypeScript 24.6%Language:JavaScript 2.3%Language:HTML 2.2%Language:CSS 0.7%