1 Star 0 Fork 4

DJun-小丁/vue3-tinymce

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
config.js 956 Bytes
Copy Edit Raw Blame History
青山依旧 authored 2021-09-30 10:47 +08:00 . upd config
const { path } = require('@vuepress/utils');
// 兼容 GitHub Pages 和 vercel 部署
const base = process.env.BUILD_ENV ? process.env.BUILD_ENV : '/';
module.exports = {
base: base,
dest: path.resolve(__dirname, './dist'),
lang: 'zh-CN',
title: 'vue3-tinymce',
description: 'vue3-tinymce 是基于 vue@3.x + tinymce@5.8.x 封装的富文本编辑器',
head: [
['link', { rel: 'icon', href: base + 'images/v_tiny_logo.png' }],
[
'meta',
{
name: 'keywords',
content: 'vue3-tinymce,tinymce,jsdawn,富文本编辑器,青山依旧'
}
]
],
themeConfig: {
logo: '/images/v_tiny_logo.png',
repo: 'https://gitee.com/jsdawn/vue3-tinymce.git',
editLink: false,
navbar: [
{ text: '指南', link: '/' },
{ text: '使用示例', link: '/example' },
{ text: '青山依旧', link: 'http://www.qscoding.com/' }
],
lastUpdated: true,
contributors: false
}
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/djunxp/vue3-tinymce.git
git@gitee.com:djunxp/vue3-tinymce.git
djunxp
vue3-tinymce
vue3-tinymce
master

Search