# vue-synth **Repository Path**: windknow/vue-synth ## Basic Information - **Project Name**: vue-synth - **Description**: vue ui库之集大成 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-31 - **Last Updated**: 2022-10-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README vue-synth 基于element-plus,综合各类ui库优缺点,搭建UI核心包 如何使用: ``` import VueSynth from 'vue-synth' import App from './App.vue' var app = createApp(App) app.use(VueSynth) app.mount('#app') ```