Skip to content

Commit

Permalink
📃 docs:readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lewkamtao committed Jun 29, 2022
1 parent 5f42a9f commit fe1666d
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
A Component Library for Vue3.js.
Doc address: https://lew.kamtao.com


## Install

```bash
Expand All @@ -12,13 +11,15 @@ npm install lew-ui --save

## How to use

引入css
引入 css

```js
// main.ts
import "lew-ui/dist/style.css";
import 'lew-ui/dist/style.css';
```

页面

```vue
<script setup lang="ts">
import { LewButton } from 'lew-ui';
Expand All @@ -28,3 +29,10 @@ import { LewButton } from 'lew-ui';
<lew-button> 发送 </lew-button>
</template>
```

## Thanks

https://github.com/TuSimple/naive-ui
https://github.com/atomiks/tippyjs
https://github.com/fancyapps/ui
https://github.com/sampotts/plyr

0 comments on commit fe1666d

Please sign in to comment.