Skip to content

A simple ui component library with vue3🏴‍☠️, build on vite⚡️.

License

Notifications You must be signed in to change notification settings

ATaoyoyo/simple-ui

Repository files navigation

🔧Simple UI

A simple ui component library with vue3🏴‍☠️, build on vite⚡.

codecov

Features

前端工程化组件库轮子 🚗,可以没用,但不能没有。

  • 基于 Vue 框架
  • 支持 JSX 与 Vue 单文件组件
  • Jest + Vue3 plugins 实现单元测试
  • Eslint + Prettier + Husky 语法检查
  • 采用 Rollup 构建
  • Vitepress + Vercel 文档网站搭建
  • 基于 Action CI 实现持续集成与交付

Install

npm i simple-ui-vite

or

yarn add simple-ui-vite

Quick Start

import { createApp } from 'vue'
import SimpleUI from 'simple-ui'

const App = {
  template: `<SButton>Hello Terrific UI👋</SButton>`,
}

createApp(App).use(SimpleUI).mount('#app')

Maintainers

@ATaoyoyo

Contributing

🤝 需要你的加入 | Need your participation

🤔 打开一个 issue 吧 | Open a issue

Contributors

🙏 感谢帮助

License

MIT © ATaoyoyo

About

A simple ui component library with vue3🏴‍☠️, build on vite⚡️.

Resources

License

Stars

Watchers

Forks

Packages

No packages published