0.0.3 • Published 3 years ago

sigou-ui v0.0.3

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago
  • ✨ Vue 3.0 Composition API

1. 测试中

  • UI 库目前仍处于搭建状态,欢迎 CUMT 校友同学提交 issue your first pull request.

2. 文档

正在编写中 ///


3. 启动

  • With command
$ yarn sigou-ui
  • 引入 Sigou
import { sigou } from 'sigou-ui';
import App from './App.vue';

const app = createApp(App)
app.use(sigou).mount('#app')
  • 使用
<template>
    <sg-button></sg-button>
</template>

4. 展望

while(true)
    next()
0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago