1.1.3 • Published 9 months ago

meow-ui-vite v1.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months ago

🎉 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

MIT

Copyright (c) 2023 Zhen Tong (catwatermelon) Ling

1.1.3

9 months ago

1.1.2

9 months ago

1.1.1

9 months ago

1.1.0

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

0.1.3

9 months ago

0.1.2

9 months ago

0.1.1

9 months ago

0.1.0

9 months ago

1.0.0

9 months ago