1.0.4 โ€ข Published 1 year ago

mtt-eg v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Intro

mtt-eg is a Material design mobile component library developed based on Vue2

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

Webpack / Vite

# Install with npm or yarn or pnpm

# npm
npm i mtt-eg -S

# yarn
yarn add mtt-eg

# pnpm
pnpm add mtt-eg
import App from './App.vue'
import MttEg from 'mtt-eg'
import Vue from 'vue'
import 'mtt-eg/ui/es/style.js'

Vue.use(MttEg)

new Vue({
  render: h => h(App)
}).$mount('#app')

Document Link Address๏ผšMttEg Component Library Online Documentation