Giter Site home page Giter Site logo

web-changlu / changlu-ui Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 623 KB

组件库 使用vue3 typescript vite 搭建

Home Page: https://web-changlu.github.io/changlu-ui/

License: MIT License

TypeScript 10.88% Vue 38.73% HTML 19.75% SCSS 19.64% CSS 10.42% Shell 0.58%

changlu-ui's Introduction

changlu-ui 组件库

快速开始

一款基于Vue3的前端组件库

changlu-ui

安装组件库

    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.

changlu-ui's People

Contributors

web-changlu avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.