0.0.38 • Published 3 years ago
meetcode-ui v0.0.38
meetcode-ui
A Vue3 ui framework
Feature
- Vue3
- TS support
- Dark mode
- ...
- ...
Usage
1. install
npm install meetcode-ui
2. use on demand
<template>
<McButton>My Button</McButton>
</template>
<script lang="ts" setup>
import { McButton } from 'meetcode-ui';
</script>
3. import globally
import { createApp } from 'vue';
import meetcode from 'meetcode-ui';
const app = createApp(App);
app.use(meetcode);
Develop
npm install
npm run dev
visit localhost:3000
0.0.21
3 years ago
0.0.22
3 years ago
0.0.23
3 years ago
0.0.24
3 years ago
0.0.25
3 years ago
0.0.38
3 years ago
0.0.33
3 years ago
0.0.26
3 years ago
0.0.27
3 years ago
0.0.20
3 years ago
0.0.12
4 years ago
0.0.13
3 years ago
0.0.14
3 years ago
0.0.15
3 years ago
0.0.16
3 years ago
0.0.17
3 years ago
0.0.18
3 years ago
0.0.19
3 years ago
0.0.11
4 years ago
0.0.10
4 years ago
0.0.9
4 years ago
0.0.8
4 years ago
0.0.7
4 years ago
0.0.6
4 years ago
0.0.5
4 years ago
0.0.4
4 years ago
0.0.3
4 years ago
0.0.2
4 years ago
0.0.1
4 years ago
0.0.0
4 years ago