文件名称:playground:UI框架游乐场
文件大小:1.04MB
文件格式:ZIP
更新时间:2024-05-31 23:41:52
HTML
UI框架游乐场 通过所见即所得用鼠标配置组件,玩得开心! 配置库.config.js npm run dev 打开 UI框架配置 library.config.js module . exports = { name : 'ELEMENT' , // UI framework Name url : 'https://unpkg.com/element-ui/lib/index.js' , // UI framework UMD module path style : 'https://unpkg.com/element-ui/lib/theme-chalk/index.css' , // UI framework theme components : [ { name : 'Button' , //Componnet Name