Use Typescript build JSON files
- fix deep require
.tsfiles trigger browser reload, but not latestvfjson data - improve build reload experience
- Add
Circlecomponent type check - Add
Animecomponent type check - Add
TextInputcomponent type check - Add
Slidercomponent type check - Add
ConnectLinecomponent type check - Add
FollowLinecomponent type check - Add
SpriteAnimatedcomponent type check - Add
LinePositionenum - Change components
typelowercase - Change
guiTypeproperty capitalize - Change
AssetTypeuse way - Change
Styleproperty to lowercase - Change
StyleSheetinterface - Remove old help link
- Remove
bgcolorinindex.htmlvf init config - Other detail improve
add EVA component ts types check
- Add Loader module
- Refactor t2j build module
- Remove
t2j.build.jsto build folder - Change
t2j.config.jsonAPI - And other details improve
- First clone or download this project
npm installall dependence- Check you
t2j.config.jsonfile, make sure it's what you want! npm run startrun you project
Here is t2j.config.json config
{
// config you entry file
"entry": "./src/index.js",
// dist output path
"output": "./vf-json/",
// dist json files spacing
"spaces": 2,
// enable or disable debug mode
"debug": false
}