1. head 配置
页面默认meta设置
具体配置:https://zh.nuxtjs.org/api/configuration-head/
2. loading
个性化定制页面加载 (默认显示加载进度条)
可以定制它的样式,禁用或者创建自己的加载组件。
具体配置:https://zh.nuxtjs.org/api/configuration-loading/
3. css
定义应用的全局样式文件、模块或第三方库
具体配置:https://zh.nuxtjs.org/api/configuration-css/
4. plugins
配置需要在 根vue.js应用 实例化之前运行的 Javascript 插件。
ssr设置为false 只在客户端使用
具体配置:https://zh.nuxtjs.org/api/configuration-plugins/