1.0.5 • Published 2 years ago

me-ui-io v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Intro

me-ui-io is a Material design mobile component library developed based on Vue3

Features

  • 🚀 Components are very lightweight
  • 💪 Developed by Chinese, complete Chinese and English documentation and logistics support
  • 🌍 Support internationalization
  • 💡 Support the Typescript
  • 💪 Make sure more than 90 percent unit test coverage, providing stability assurance

Quickstart

Intro

Here are the most basic ways to access component libraries in common development patterns.

Install

Webpack/Vite

# playground-ignore
# Install with npm, yarn or pnpm

# npm
npm i me-ui-io -S

# yarn
yarn add me-ui-io

# pnpm
pnpm add me-ui-io
// playground-ignore
import App from './App.vue'
import MeUiIo from 'me-ui-io'
import { createApp } from 'vue'
import 'me-ui-io/es/style.js'

createApp(App).use(MeUiIo).mount('#app')
1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago