2 Star 6 Fork 0

杨有财/isdajiBlog

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
nuxt.config.js 1.55 KB
一键复制 编辑 原始数据 按行查看 历史
yangyi 提交于 2020-05-07 17:52 . 添加加载进度条
module.exports = {
mode: 'universal',
/*
** Headers of the page
*/
head: {
title: '我是大吉-isdaji',
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{ hid: 'title', name: 'title', content: '我是大吉-一个不务正业的程序员' },
{ hid: 'keywords', name: 'keywords', content: '博客,web前端,后端,服务器,PHP' },
{ hid: 'description', name: 'description', content: '我是大吉-一个不务正业的程序员,博客、web前端、后端、服务器、PHP' }
],
link: [
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
],
script: [{
src: '/js/iconfont.js'
},
]
},
/*
** Customize the progress-bar color
*/
loading: {
color: '#3498D8'
},
/*
** Global CSS
*/
css: [
'element-ui/lib/theme-chalk/index.css',
'element-ui/lib/theme-chalk/display.css',
'normalize.css',
'assets/css/main.css'
],
/*
** Plugins to load before mounting the App
*/
plugins: [
'@/plugins/element-ui'
],
/*
** Nuxt.js dev-modules
*/
buildModules: [
],
/*
** Nuxt.js modules
*/
modules: [
'@nuxtjs/axios'
],
axios:{
prefix: '/api/',
proxy: true
},
proxy: {
'/api/': {
target:'http://admin.isdaji.cn/',
pathRewrite: {
'^/api/': '/'
}
}
},
/*
** Build configuration
*/
build: {
transpile: [/^element-ui/],
/*
** You can extend webpack config here
*/
extend (config, ctx) {
},
vendor:['axios']
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yangyigit/isdajiBlog.git
git@gitee.com:yangyigit/isdajiBlog.git
yangyigit
isdajiBlog
isdajiBlog
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385