企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
安装vue脚手架 ``` vue create cli // 宣传vue2 npm run serve ``` ``` npm i element-ui -S ``` 在src/main.js中加入: ``` import ElementUI from 'element-ui' import 'element-ui/lib/theme-chalk/index.css' Vue.use(ElementUI) ```