0.0.19 • Published 5 months ago
modelbest-ui v0.0.19
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 name | Descriptions |
---|---|
MLogin | 登录 |
0.0.19-beta.0
5 months ago
0.0.19-beta.3
5 months ago
0.0.19-beta.4
5 months ago
0.0.19-beta.1
5 months ago
0.0.19-beta.2
5 months ago
0.0.15
8 months ago
0.0.16
8 months ago
0.0.17
8 months ago
0.0.18
5 months ago
0.0.19
5 months ago
0.0.19-beta.5
5 months ago
0.0.12
1 year ago
0.0.13
1 year ago
0.0.10
1 year ago
0.0.11
1 year ago
0.0.9
2 years ago
0.0.8
2 years ago
0.0.5
2 years ago
0.0.4
2 years ago
0.0.7
2 years ago
0.0.6
2 years ago
0.0.3
2 years ago
0.0.1
2 years ago
0.0.2
2 years ago
0.0.0
2 years ago