0.0.13 • Published 2 months ago

modelbest-ui v0.0.13

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months ago

modelbest-ui

Document & Online preview

Install & Use

pnpm i modelbest-ui
# or
npm install modelbest-ui
# or
yarn add modelbest-ui

Import and register component

Global

import { createApp } from 'vue'
import ModelBestUI from 'modelbest-ui'
import App from './App.vue'

import 'modelbest-ui/css'

const app = createApp(App)
app.use(ModelBestUI)

Local

<script setup lang="ts">
import { MLogin } from 'modelbest-ui'
import 'modelbest-ui/css'
</script>

Project

  • Get the project code
git clone https://github.com/lovangry/modelbest-ui.git
  • Install dependencies
cd modelbest-ui

pnpm i
  • Run project
pnpm dev

Components

Component nameDescriptions
MLogin登录
0.0.12

2 months ago

0.0.13

2 months ago

0.0.10

3 months ago

0.0.11

2 months ago

0.0.9

4 months ago

0.0.8

5 months ago

0.0.5

5 months ago

0.0.4

5 months ago

0.0.7

5 months ago

0.0.6

5 months ago

0.0.3

5 months ago

0.0.1

5 months ago

0.0.2

5 months ago

0.0.0

5 months ago