# tiny-vue **Repository Path**: wenzhiyuan2/tiny-vue ## Basic Information - **Project Name**: tiny-vue - **Description**: 一套跨端、跨框架的企业级 UI 组件库,支持 Vue 2 和 Vue 3,支持 PC 端和移动端。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: dev - **Homepage**: https://opentiny.design/tiny-vue - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 59 - **Created**: 2023-07-13 - **Last Updated**: 2023-07-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

OpenTiny Logo

An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.

English | [简体中文](README.zh-CN.md) 🌈 Features: - 📦 69 clean, easy-to-use and powerful components. - 🖖 One code, Support both Vue.js 2 and Vue.js 3. - 🖥️ One code, Support both PC and Mobile. - 🌍 Support internationalization. - 🎨 Support theme customization. - 📊 Components support configuration development, can support low-code platform. - 💡 Use a cross-end and cross-framework architecture, flexible and portable. ## 🛠️ Usage ### 1. Installation Execute the following command to install the TinyVue component library for Vue.js 3. ```shell npm i @opentiny/vue@3 ``` Execute the following command to install the TinyVue component library for Vue.js 2. ```shell npm i @opentiny/vue@2 ``` ### 2. Import component Then you can use the TinyVue component(such as ``) in the `App.vue` file. ```vue ``` ## 🖥️ Development ```shell git clone git@github.com:opentiny/tiny-vue.git cd tiny-vue npm i --legacy-peer-deps # Vue.js 3 npm run dev:vue3 # Vue.js 2 npm run dev:vue2 ``` Open your browser and visit: [http://127.0.0.1:5173/](http://127.0.0.1:5173/) ## 🤝 Contributing Welcome to join our OpenTiny community!🎉 If you don't know how to start, please read our [contributing guide](CONTRIBUTING.md). - Add the official assistant WeChat `opentiny-official` and join the technical exchange group. - Add to the mailing list `opentiny@googlegroups.com` ## License [MIT](LICENSE)