meow-ui-vite
v1.1.3
Published
Ui for meow component
Downloads
5
Maintainers
Readme
🎉 Meow-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
npm i meow-ui
Quick Start
import Vue from 'vue'
import MeowUI from 'meow-ui'
const App = {
template: `
<MButton/>
`,
};
createApp(App)
.use(MeowUI)
.mount("#app");
Browser Support
Modern browsers and Internet Explorer 10+.
LICENSE
Copyright (c) 2023 Zhen Tong (catwatermelon) Ling