Skip to content

Commit

Permalink
feat: add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
alanuuu committed May 11, 2022
1 parent 86fb58f commit 71a7dfd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/vue-ui-storybook/stories/Introduction.stories.mdx
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
import { Meta } from '@storybook/addon-docs';
import Logo from './asset/images/logo.jpg';

<Meta title="介绍" />

<img width="150" src={Logo} />

# Cherry Design

<p>Cherry Design是一套基于Vue2.x的UI组件库。它依托Cherry团队丰富的项目和开发经验,沉淀出日常所用到的组件。</p>


<p>github: <a href="https://github.com/alanuuu/cherry-design" target="_blank">https://github.com/alanuuu/cherry-design</a></p>

<p>文档:<a href="https://alanuuu.github.io/cherry-design/" target="_blank">https://alanuuu.github.io/cherry-design/</a></p>
Expand Down

0 comments on commit 71a7dfd

Please sign in to comment.