zeo-ui install npm install zeo-ui -SImport Zeo-Ui import Vue from "vue"; import ZeoUi from "zeo-ui"; import App from "./App.vue"; Vue.use(ZeoUi); new Vue({ el: "#app", render: h => h(App) });