Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/timetravelcyn/vue-ui


https://github.com/timetravelcyn/vue-ui

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Vue 轮子

一个用 `vue.js` 造的组件库

## 安装

使用本框架前,请在 `css` 中开启 `box-sizing`

```css
* {
box-sizing: border-box;
}
```

## 运行

`npm run parcel`