- ⚡️ 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
npm i meow-ui
import Vue from 'vue'
import MeowUI from 'meow-ui'
const App = {
template: `
<MButton/>
`,
};
createApp(App)
.use(MeowUI)
.mount("#app");
Modern browsers and Internet Explorer 10+.
Copyright (c) 2023 Zhen Tong (catwatermelon) Ling