26 Star 75 Fork 13

ω锦鲤ω / muse-ui

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 693 Bytes
Copy Edit Raw Blame History
ω锦鲤ω authored 2018-07-10 12:59 . build: babel change
{
"env": {
"normal": {
"presets": [
"env",
"stage-2"
],
"plugins": [
"transform-vue-jsx"
],
"comments": false
},
"production": {
"presets": [
"env",
"stage-2"
],
"plugins": [
"transform-vue-jsx"
],
"comments": false
},
"test": {
"presets": ["env", "stage-2"],
"plugins": [ "istanbul", "transform-runtime", "transform-vue-jsx"]
},
"es5": {
"presets": [
[
"env",
{
"modules": false
}
],
"stage-2"
],
"plugins": [
"transform-vue-jsx"
]
}
}
}
JavaScript
1
https://gitee.com/myronliu347/muse-ui.git
git@gitee.com:myronliu347/muse-ui.git
myronliu347
muse-ui
muse-ui
master

Search