6 Star 9 Fork 2

Vincent丶 / viz-editor

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
.babelrc 455 Bytes
Copy Edit Raw Blame History
Vincent丶 authored 2018-04-12 15:40 . electron集成
{
"comments": false,
"env": {
"main": {
"presets": [
["env", {
"targets": { "node": 7 }
}],
"stage-0"
]
},
"renderer": {
"presets": [
["env", {
"modules": false
}],
"stage-0"
]
},
"web": {
"presets": [
["env", {
"modules": false
}],
"stage-0"
]
}
},
"plugins": ["transform-runtime"]
}
JavaScript
1
https://gitee.com/619115125/viz-editor.git
git@gitee.com:619115125/viz-editor.git
619115125
viz-editor
viz-editor
master

Search