1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/easytuan-nuxt-elm

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
nuxt.config.js 1.1 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
[cai.bowen] Отправлено 01.11.2018 09:24 eb39d7c
module.exports = {
mode: 'spa',
head: {
title: '饿了么',
meta: [
{ charset: 'utf-8' },
{ name: 'viewport', content: 'width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0' },
{ hid: 'description', name: 'description', content: 'Nuxt.js project' },
{ name: 'format-detection', content: 'telephone=no' },
{ name: 'msapplication-tap-highlight', content: 'no' },
{ name: 'apple-mobile-web-app-capable', content: 'yes' },
],
link: [
{ rel: 'SHORTCUT ICON', type: 'image/x-icon', href: '/favicon.ico' }
],
script: [
{ src: 'https://easytuan.gitee.io/node-elm-api/public/flexible.js' },
],
},
loading: { color: '#3B8070' },
cache: true,
build: {
vendor: ['axios', 'mint-ui', 'js-cookie'],
extend (config, { isDev, isClient }) {
if (isDev && isClient) {
config.module.rules.push({
enforce: 'pre',
test: /\.(js|vue)$/,
loader: 'eslint-loader',
exclude: /(node_modules)/
})
}
}
},
plugins: [
{ src: '~plugins/mint-ui' },
{ src: '~assets/styles/base.scss' },
],
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/easytuan-nuxt-elm.git
git@api.gitlife.ru:oschina-mirror/easytuan-nuxt-elm.git
oschina-mirror
easytuan-nuxt-elm
easytuan-nuxt-elm
master