当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
2 Star 3 Fork 1

致远/nuxt-campus
关闭

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
nuxt.config.js 1.23 KB
一键复制 编辑 原始数据 按行查看 历史
致远 提交于 2022-03-01 15:25 . init
const env = require('./env')
module.exports = {
// 多环境配置
env: {
NUXT_ENV: env[process.env.NODE_ENV]
},
// Target: https://go.nuxtjs.dev/config-target
// target: 'static',
// Global page headers: https://go.nuxtjs.dev/config-head
head: {
title: '校园信息墙',
htmlAttrs: {
lang: 'zh-CN'
},
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1' },
{ hid: 'description', name: 'description', content: '' },
{ name: 'format-detection', content: 'telephone=no' }
],
link: [
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
]
},
// Global CSS: https://go.nuxtjs.dev/config-css
css: [
'element-ui/lib/theme-chalk/index.css'
],
// Plugins to run before rendering page: https://go.nuxtjs.dev/config-plugins
plugins: [
'@/plugins/element-ui'
],
// Auto import components: https://go.nuxtjs.dev/config-components
components: true,
// Modules for dev and build (recommended): https://go.nuxtjs.dev/config-modules
buildModules: [
],
// Modules: https://go.nuxtjs.dev/config-modules
modules: [
],
// Build Configuration: https://go.nuxtjs.dev/config-build
build: {
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/oddfar/nuxt-campus.git
git@gitee.com:oddfar/nuxt-campus.git
oddfar
nuxt-campus
nuxt-campus
master

搜索帮助