Use Typescript build JSON files
- Add Loader module
- Refactor t2j build module
- Remove
t2j.build.js
to build folder - Change
t2j.config.json
API - And other details improve
- First clone or download this project
npm install
all dependence- Check you
t2j.config.json
file, make sure it's what you want! npm run start
run 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
}