Skip to content

hjwhuge/sue-ui

Repository files navigation

🎉 Sue-UI

NPM version

Features

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

Install

pnpm i sue-ui

Quick Start

import Vue from "vue";
import SueUI from "sue-ui";

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

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

Browser Support

Modern browsers and Internet Explorer 10+.

LICENSE

MIT

Copyright (c) 2022 - present hjwhuge