Nuxt/examples/vue-chartjs/nuxt.config.js

17 lines
327 B
JavaScript
Raw Normal View History

2018-03-16 16:12:06 +00:00
export default {
2017-08-24 10:16:12 +00:00
head: {
2020-11-30 22:44:04 +00:00
title: 'Nuxt + Vue-ChartJS',
2017-08-24 10:16:12 +00:00
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' }
]
},
modules: [
// https://http.nuxtjs.org
'@nuxt/http'
],
2017-08-24 10:16:12 +00:00
env: {
githubToken: '42cdf9fd55abf41d24f34c0f8a4d9ada5f9e9b93'
2017-08-24 09:36:41 +00:00
}
}