RXUI (初始化阶段) 初始化vue项目 vue created demo 安装组件库 npm add rxui 全局导入 import RXUI from "rxui" const app=createApp(App) app.use(RXUI) app.mount('#app')