0.0.2 • Published 2 years ago

sue-ui v0.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

🎉 Sue-UI

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