UNPKG
rct-tree
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A tree component based on ReactJS and Typescript.
github.com/jazzyXie/rct-tree
jazzyXie/rct-tree
rct-tree
/
config
/
base.js
10 lines
(8 loc)
•
222 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
var
path
=
require
(
'path'
)
module
.exports = { title:
'RCT TREE'
, projectName:
'ninth-studio-mobile'
, assetsPublicPath:
''
, assetsSubDirectory:
'static'
, assetsRoot:
path
.resolve(__dirname,
'../dist'
) }