Appearance
🔨 SSY-UI-VITE 是什么?
一个 Mini 自制组件库,基于 Vite 技术栈,为学习前端工程化搭建的组件库。
Features
- ⚡️ Vue 3, Vite 4, 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
bash
npm i ssy-ui-vite
Quick Start
vue
import Vue from 'vue' import SSYUI from 'ssy-ui-vite' const App = { template: `
<SButton />
`, }; createApp(App).use(SSYUI) .mount("#app");
Browser Support
支持大多数现代浏览器和 IE10+
Join Us
扫描下方二维码加入我们