- Install vue-chartkick chart.js on the vue project terminal.
- Add import and use(VueChartkick) to
main.js
.
Getting started with vue-chartkick
- Get started with Firebase.
- Create a new project and do the creation process.
- Do the SDK Setup and Configuration.
- Add the import function, firebase configuration and initializer to
src/utl/firebase.js
. - Create Realtime Database.
- Create some data in the
Data
section and edit theRules
according to the needs.