Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timetravelcyn/vue-ui
https://github.com/timetravelcyn/vue-ui
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/timetravelcyn/vue-ui
- Owner: timeTravelCYN
- License: mit
- Created: 2018-08-21T11:42:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-05T13:47:27.000Z (over 6 years ago)
- Last Synced: 2024-11-26T09:44:24.005Z (about 2 months ago)
- Language: JavaScript
- Size: 201 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue 轮子
一个用 `vue.js` 造的组件库
## 安装
使用本框架前,请在 `css` 中开启 `box-sizing`
```css
* {
box-sizing: border-box;
}
```## 运行
`npm run parcel`