A set of cross-end, cross-framework enterprise-level UI component library, supports Vue 2 and Vue 3, supports PC and mobile.
English | Simplified Chinese
???? Features:
- ???? Contains 69 simple, easy-to-use and powerful components
- ???? One set of code supports both Vue 2 and Vue 3
- ????️ One set of code supports both PC and mobile
- ???? Support internationalization
- ???? Support theme customization
- ???? Components internally support configuration-style development, which can support low-code platform visual component configuration
- ???? Adopt cross-end and cross-framework architecture with template, style and logic separation to ensure flexibility and portability
????️ How to use
1. Installation
Execute the following command to install the Vue 3 version of the TinyVue component library:
Execute the following command to install the Vue 2 version of the TinyVue component library:
2. Introduction and use
existApp.vue
The file uses TinyVue components.
<script lang="ts" setup>
import { Button as TinyButton } from '@opentiny/vue'
</script>
<template>
<tiny-button>TinyVue</tiny-button>
</template>
????️ Local development
git clone git@github.com:opentiny/tiny-vue.git
cd tiny-vue
npm i --legacy-peer-deps
# 启动 Vue3 项目
npm run dev:vue3
# 启动 Vue2 项目
npm run dev:vue2
Open browser access: http://127.0.0.1:5173/
???? Participate and contribute
If you are interested in our open source projects, welcome to join us! ????
Please read the Contributing Guidelines before contributing.
open source agreement
MIT
#set #crossend #crossframework #enterpriselevel #component #library #supports #Vue #Vue #supports #mobile