1.0.0 • Published 2 years ago
mtt-ui-plus v1.0.0
Intro
mtt-ui-plus 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
Webpack / Vite
# Install with npm or yarn or pnpm
# npm
npm i mtt-ui-plus -S
# yarn
yarn add mtt-ui-plus
# pnpm
pnpm add mtt-ui-plus
import App from './App.vue'
import Mttlet from 'mtt-ui-plus'
import { createApp } from 'vue'
import 'mtt-ui-plus/es/style.js'
createApp(App).use(Mttlet).mount('#app')
1.0.0
2 years ago