-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy path.demosrc.js
36 lines (36 loc) · 1.13 KB
/
.demosrc.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
export default {
devServer: {
port: 9090,
},
output: {
dir: 'docs/demo',
publicUrl: '.',
html: {
title: 'Mesh.js - A graphics system born for visualization.'
},
},
// themeFile: 'demos/theme.scss',
staticFolder: 'dist',
demoList: '.demoList.json',
name: 'MESHJS',
version: 'v1',
homePage: global.top == null || global.top === global ?
'http://meshjs.webgl.group' : location.top,
logo: '',
// 可选主题: active4d, allHallowsEve, amy, blackboard, brillianceBlack,
// brillianceDull, chromeDevtools, cloudsMidnight, clouds, cobalt,
// dawn, dreamweaver, eiffel, espressoLibre, github, idle, katzenmilch,
// kuroirTheme, lazy, magicwbAmiga, merbivoreSoft, merbivore, monokai,
// pastelsOnDark, slushAndPoppies, solarizedDark, solarizedLight,
// spacecadet, sunburst, textmateMacClassic, tomorrowNightBlue,
// tomorrowNightBright, tomorrowNightEighties, tomorrowNight, tomorrow,
// twilight, vibrantInk, zenburnesque, iplastic, idlefingers, krtheme,
// monoindustrial,
boxTheme: 'monokai',
globalPackages: {
js: [],
css: [],
},
// tab waterfall
editorViewMode: 'tab',
};