chart-2
v1.0.0
Published
Provides data to create chart
Readme
what is this?
Get access of vue's store file to create the pie chart and line chart.
Installation
'npm i charts --save'
Then...
...
Do the following on index.js file
import tasks from './store'
export default function (/* { ssrContext } */) { const Store = new Vuex.Store({ modules: { tasks
},...
