Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chenz24/vue-blu
UI Component Library Base on Vue.js(2.x) and Bulma
https://github.com/chenz24/vue-blu
bulma component vue
Last synced: 6 days ago
JSON representation
UI Component Library Base on Vue.js(2.x) and Bulma
- Host: GitHub
- URL: https://github.com/chenz24/vue-blu
- Owner: chenz24
- License: mit
- Created: 2017-01-02T08:38:01.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-31T07:59:41.000Z (about 1 year ago)
- Last Synced: 2024-11-26T10:41:27.933Z (16 days ago)
- Topics: bulma, component, vue
- Language: Vue
- Homepage:
- Size: 330 KB
- Stars: 1,577
- Watchers: 59
- Forks: 225
- Open Issues: 66
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-vue - vue-blu - blu?style=social) - 帮助你轻松创建web应用 (UI组件)
- awesome-vue - vue-blu - 帮助你轻松创建web应用 (UI组件)
- awesome-github-vue - vue-blu - 帮助你轻松创建web应用 (UI组件)
- awesome - vue-blu - 帮助你轻松创建web应用 (UI组件)
- awesome-github-vue - vue-blu - 帮助你轻松创建web应用 (UI组件)
README
# Attention
I'm very sorry about the lack of concern about this library Recently. So busy in doing other things and I have no time to maintain it. I will be back in 2 about months. Thanks everyone!(20191203)近期其他事过于繁忙,以致没时间维护这个库了。很抱歉,不能更新和回答大家的问题。我会在大约两个月后回来继续更新维护它。谢谢大家的支持!(20191203)
- 如果有相关技术问题,可以加我v:baidudw#
# Vue-Blu
Vue-Blu is an ui components library base on VueJS and Bulma that helps you build your web application easily## Documents & Demo
[documents & demo](https://chenz24.github.io/vue-blu/#/)## Installation
Blu is available on NPM
```
npm install vue-blu --save
```
### Quick Start
```
import Vue from 'vue'
import VueBlu from 'vue-blu'
import 'vue-blu/dist/css/vue-blu.min.css'Vue.use(VueBlu)
```
## Development
```bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run package
```## Version
- 0.1.9 beta
## Compatibility
- Vuejs(2.1.6+)
- Modern browsers and IE10+## Credits
Blu is inspired or powered by these people or projects so I want to thank them- [Vue](https://github.com/vuejs/vue) great work
- [Bulma](https://github.com/jgthms/bulma) A modern CSS framework based on Flexbox
- [vue-admin](https://github.com/vue-bulma/vue-admin) for the original idea
- [ant-design](https://github.com/ant-design/ant-design) some api design are referenced from this project
- [element-ui](http://github.com/elemefe) for the vue-markdown-loader## Copyright and License
Code and documentation copyright 2017 **Chenz**. Code released under the [MIT license](LICENSE.md). Docs released under Creative Commons.## TODO
Migrate to Vue 3.x in future.