1 Star 2 Fork 0

王凯/在线排版工具

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
nuxt.config.js 1007 Bytes
一键复制 编辑 原始数据 按行查看 历史
王凯 提交于 2020-11-24 00:01 . 最终版
export default {
// Global page headers (https://go.nuxtjs.dev/config-head)
head: {
title: 'Typesetting',
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' }
]
},
// 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: {
transpile: [/^element-ui/],
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/admin6/online-typesetting-tool.git
git@gitee.com:admin6/online-typesetting-tool.git
admin6
online-typesetting-tool
在线排版工具
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385