🔨 Wiz-UI是什么?

一个Mini版的组件库,基于Vite栈。为需要学习前端工程化的同学搭建的组件库搭建教学模型。

Features

  • ⚡️ Vue 3, Vite 2, pnpm, ESBuild - born with fastness
  • 🦾 TypeScript, of course
  • 🗂 File based routing
  • ⚙️ Unit Testing with Vitest
  • 😃 Eslint + Prittier
  • 🎨 UnoCSS - the instant on-demand atomic CSS engine
  • 🌍 I18n ready
  • 🚘 CI/CD with GithubActions

Install

npm i wiz-ui-library

Quick Start

    import Vue from 'vue'
    import WizUI from 'wiz-ui-library'
    const App = {
      template: `
                <Button/>
            `,
    };

    createApp(App)
      .use(WizUI)
      .mount("#app");

Browser Support

Modern browsers and Internet Explorer 10+.

Join Discussion Group

Scan the QR code using Dingtalk App to join in discussion group :

Join Discusion Group