1.0.17 • Published 3 years ago

hw-ui-vue v1.0.17

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

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 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

1.0.17

3 years ago

1.0.16

3 years ago

1.0.15

3 years ago

1.0.13

3 years ago

1.0.9

3 years ago

1.0.7

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago