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 1.53 KB
Copy Edit Raw Blame History
renxy authored 2018-04-08 15:11 . first push
module.exports = {
cache: true,
/*
** Headers of the page
*/
head: {
title: '安厨官网-县域农业电商公共服务专家,农产品上行,优选农产品采购批发',
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width'},
{ name: 'viewport', content: 'initial-scale=1.0'},
{ name: 'keywords', content: '农产品上行,农业电商,安厨微店,安厨供应链,农产品配送,县域农业电商公共服务,优选,批发,土特产' },
{ hid: 'description', name: 'description', content: '安厨是一家专注于农业电商领域的互联网科技公司,公司秉承“安全S 优质Q 特色F 生态E”的核心理念,潜心致力于解决县域农产品上行难题,不遗余力推进现代农业发展。'}
],
link: [
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
],
script:[
{src:"http://webapi.amap.com/maps?v=1.4.4&key=fefae69778fa6e7bf5c5f2e0247d00ae"},
{src:"http://cdn.bootcss.com/html5shiv/3.7.2/html5shiv.min.js"},
{src: "https://cdn.bootcss.com/respond.js/1.4.1/respond.min.js"}
]
},
router: {
scrollBehavior: function (to, from, savedPosition) {
return { x: 0, y: 0 }
}
},
css:[
'assets/main.css',
'assets/font/iconfont.css'
],
/*
** Customize the progress bar color
*/
loading: {
color:'#129E83'
},
// plugins: ['~plugins/echarts'],
/*
** Build configuration
*/
build: {
vendor: ['axios','jquery']
},
generate: {
routes: [
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化