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.