97 Star 1.4K Fork 333

ICEGL / icegl-three-vue-tres

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.fes.predev.js 2.71 KB
一键复制 编辑 原始数据 按行查看 历史
/*
* @Description:
* @Version: 1.668
* @Autor: 地虎降天龙
* @Date: 2023-10-16 10:53:09
* @LastEditors: 地虎降天龙
* @LastEditTime: 2024-03-25 21:06:01
*/
import { defineBuildConfig } from '@fesjs/fes'
import addExtraScriptPlugin from './src/common/addExtraScriptPlugin'
export default defineBuildConfig({
layout: {
title: 'TvT.js',
navigation: 'top',
multiTabs: false,
isFixedHeader: true,
logo: 'logo.png',
menus: [
{
name: 'preview',
path: '/',
title: '📀 预览演示'
},
{
path: 'https://gitee.com/ice-gl/icegl-three-vue-tres',
title: '📜 源码地址'
},
{
title: '📚 说明文档',
children: [
{
path: 'http://docs.icegl.cn',
title: '🧊 TvT框架文档'
}, {
path: 'https://threejs.org/docs/index.html#manual/zh/introduction/Creating-a-scene',
title: '🎲 three.js'
}, {
path: 'https://tresjs.org/guide/',
title: '⚡ tres.js'
}, {
path: 'https://fesjs.mumblefe.cn/',
title: '💠 fes.js'
},
]
},
{
path: 'https://icegl.cn/',
title: '🧊 ICEGL官网'
},
{
path: 'https://space.bilibili.com/410503457',
title: '🅱️ B站主页'
},
{
title: '👨‍🏫 课程中心',
children: [
{
path: 'https://icegl.cn/courses',
title: '🌁 WebGL初/中/高级教程'
}, {
path: 'https://www.bilibili.com/video/BV1iR4y1C7LQ/',
title: '🏙 WebGL Shader初级教程'
}, {
path: 'https://study.163.com/course/introduction/1213599804.htm?inLoc=ss_ssjg_tjlb_webgl&share=1&shareId=1033552384',
title: '🌇 WebGL Shader中级教程'
},
]
},
{
path: 'https://icegl.cn/ask',
title: '🙋‍♀️ 社区问答'
},
{
path: 'https://icegl.cn/p/aboutus',
title: '💫 关于我们'
}
],
},
viteOption: {
plugins: [
addExtraScriptPlugin()
]
},
});
1
https://gitee.com/ice-gl/icegl-three-vue-tres.git
git@gitee.com:ice-gl/icegl-three-vue-tres.git
ice-gl
icegl-three-vue-tres
icegl-three-vue-tres
master

搜索帮助