說明文件:https://nuxtjs.org/guide/configuration
nuxt.config.js 的內容大概長這樣
module.exports = { /* ** Headers of the page */ head: { title: 'my-project', meta: [ { charset: 'utf-8' }, { name: 'viewport', content: 'width=device-width, initial-scale=1' }, { hid: 'description', name: 'description', content: 'Nuxt.js project' } ], link: [ { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' } ] }, /* ** Customize the progress bar color */ loading: { color: '#3B8070更多