sue-ui

0.0.2 • Public • Published

🎉 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

Readme

Keywords

none

Package Sidebar

Install

npm i sue-ui

Weekly Downloads

0

Version

0.0.2

License

ISC

Unpacked Size

27.4 kB

Total Files

38

Last publish

Collaborators

  • hujiawei