1.0.22 • Published 1 year ago

changlu-ui v1.0.22

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

changlu-ui 组件库

快速开始

一款基于Vue3的前端组件库

安装组件库

    npm install changlu-ui

引入组件库

    //全部引入
    import 'changlu-ui/theme-default/index.css'
    import CLUI from 'changlu-ui';

    // 按需引入
    import 'changlu-ui/theme-default/ClButton.css'
    import { ClButton } from 'changlu-ui'

    createApp({
    data() {
        return {
        message: 'Hello CLUI!',
        }
    },
    })
    .use(CLUI)
    //   .use(ClButton)
    .mount('#app')

目的

  • 体会vue3在具体项目中的使用
  • 深入了解常用组件库的开发方式
  • 熟悉typescript的使用
  • vite构建工具的使用,分析与webpack的区别

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.

Recommended IDE Setup

Type Support For .vue Imports in TS

Since TypeScript cannot handle type information for .vue imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates. However, if you wish to get actual prop types in .vue imports (for example to get props validation when using manual h(...) calls), you can enable Volar's .vue type support plugin by running Volar: Switch TS Plugin on/off from VSCode command palette.

1.0.22

1 year ago

1.0.21

2 years ago

1.0.19

2 years ago

1.0.20

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago