intégration de ChartJS
Showing
- assets/css/style.scss 1 addition, 1 deletionassets/css/style.scss
- components/btn/Loading.vue 0 additions, 0 deletionscomponents/btn/Loading.vue
- components/navigation/menu/Sidebar.vue 2 additions, 1 deletioncomponents/navigation/menu/Sidebar.vue
- mixins/wotwizard.js 16 additions, 12 deletionsmixins/wotwizard.js
- nuxt.config.js 1 addition, 0 deletionsnuxt.config.js
- package-lock.json 20365 additions, 57 deletionspackage-lock.json
- package.json 3 additions, 2 deletionspackage.json
- pages/appolo.vue 24 additions, 10 deletionspages/appolo.vue
- pages/chartjs.vue 81 additions, 0 deletionspages/chartjs.vue
- pages/explore.vue 5 additions, 8 deletionspages/explore.vue
- pages/index.vue 1 addition, 5 deletionspages/index.vue
- plugins/chart.js 68 additions, 0 deletionsplugins/chart.js
File moved
This diff is collapsed.
... | ... | @@ -12,12 +12,13 @@ |
"@nuxtjs/apollo": "^4.0.1-rc.5", | ||
"@nuxtjs/pwa": "^3.3.5", | ||
"bootstrap": "^4.6.0", | ||
"chart.js": "^2.9.4", | ||
"core-js": "^3.15.1", | ||
"graphql-tag": "^2.12.6", | ||
"nuxt": "^2.15.7" | ||
"nuxt": "^2.15.7", | ||
"vue-chartjs": "^3.5.1" | ||
}, | ||
"devDependencies": { | ||
"fibers": "^5.0.0", | ||
"sass": "^1.45.0", | ||
"sass-loader": "^10.2.0" | ||
} | ||
... | ... |
pages/chartjs.vue
0 → 100644
plugins/chart.js
0 → 100644
Please register or sign in to comment