Skip to content

zingchart-demos/zingchart-svelte-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo for the ZingChart zingchart-svelte wrapper

This project demonstrates creating and interacting with a ZingChart instance using Svelte. It's written using Svelte's starter template and svelte-router-spa.

Running the demo

You'll need an environment with node and npm installed. After cloning this repository:

cd zingchart-svelte-demo
npm install

And then either

npm run dev

for development mode (watches for file changes and reloads the app automatically) or

npm run start

to just serve the app normally.

You should then be able to view the demo in your browser at localhost:5000.

Starting a new project

This project was bootstrapped with Svelte template via this sequence of commands:

npx degit sveltejs/template zingchart-svelte-demo
cd zingchart-svelte-demo
npm install svelte-router-spa
npm install -D @zingsoft/zingchart-svelte

About

Demonstration of integrating ZingChart with Svelte

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published