UNPKG

hw-ui-vue

Version:

hw-ui, vue3

26 lines (14 loc) 619 B
### Vue 3 + TypeScript + Vite This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more. ### install npm install -S hw-ui-vue ### use in main.js(vue3) file main.js import hw_design_ui from 'hw-ui-vue'; createApp(App).use(hw_design_ui).mount('#app') all components use eg. <Hello msg=“hello-hw”> <Alert title="alert"/> ### notice vue3 版本大于等于3.2.25