🔨 Pup-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 pup-ui

Quick Start

import Vue from "vue";
import PupUI from "pup-ui";

const App = {
	template: `
                <MyButton/>
            `,
};

createApp(App).use(PupUI).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