Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
redfr
/
VIST-UI
like
0
Build error
App
Files
Files
Community
4aab836
VIST-UI
/
frontend
/
babel.config.js
Blane187
Upload folder using huggingface_hub
2b7fd6e
verified
5 months ago
raw
Copy download link
history
blame
Safe
258 Bytes
module
.
exports
= {
presets
: [
'@vue/cli-plugin-babel/preset'
],
plugins
: [
[
'component'
, {
'libraryName'
:
'element-ui'
,
'styleLibraryName'
:
'theme-chalk'
}
]
]
}