Skip to content

Front-end two pages webapp (Bar Chart & Sticky Table) made with Vue, Vuex, router and vue-chartjs

License

Notifications You must be signed in to change notification settings

rldorado/highcharts-table

Repository files navigation

Highcharts & Data table in Vue (Vuex)

Project setup

npm install

Run with mock data.json (mock mode)

npm run serve:mock

Run with json server

First run server with:

npm run json-server

You will see data in (http://localhost:3000/markets), then run the app with:

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit

Customize configuration

See Configuration Reference.

About

Front-end two pages webapp (Bar Chart & Sticky Table) made with Vue, Vuex, router and vue-chartjs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published