- ⚡️ 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
pnpm i sue-ui
import Vue from "vue";
import SueUI from "sue-ui";
const App = {
template: `
<SButton/>
`,
};
createApp(App).use(SueUI).mount("#app");
Modern browsers and Internet Explorer 10+.
Copyright (c) 2022 - present hjwhuge