1 Star 0 Fork 713

nzb/yygh-site

forked from leifengyang/yygh-site 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
nuxt.config.js 958 Bytes
Copy Edit Raw Blame History
leifengyang authored 2021-09-23 20:21 . site
module.exports = {
/*
** Headers of the page
*/
head: {
title: 'yygh-site',
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{ hid: 'description', name: 'description', content: '尚医通 - 预约挂号统一平台' }
],
link: [
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
]
},
/*
** Customize the progress bar color
*/
loading: { color: '#3B8070' },
plugins: [{
src: '~plugins/myPlugin',
ssr: true,
}],
css: [
'element-ui/lib/theme-chalk/index.css'
],
/*
** Build configuration
*/
build: {
/*
** Run ESLint on save
*/
extend (config, { isDev, isClient }) {
if (isDev && isClient) {
config.module.rules.push({
enforce: 'pre',
test: /\.(js|vue)$/,
loader: 'eslint-loader',
exclude: /(node_modules)/
})
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/nzb155/yygh-site.git
git@gitee.com:nzb155/yygh-site.git
nzb155
yygh-site
yygh-site
master

Search