# vue-carbon **Repository Path**: mirrors/vue-carbon ## Basic Information - **Project Name**: vue-carbon - **Description**: 此项目已停止维护,建议迁移到 https://github.com/museui/muse-ui/ - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 1 - **Created**: 2017-04-03 - **Last Updated**: 2025-05-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-carbon 基于 vuejs 1.0 开发 material design 风格的移动端 WEB UI 库, 设计资源参考 [CARBON](http://materialmockups.com/) [FrameWork7](https://github.com/nolimits4web/Framework7) 在线访问地址 [vue-carbon demos](https://myronliu347.github.io/vue-carbon/) 也可以扫描二维码 ![](res/website.png) ## 链接 [Vue Carbon 使用文档](https://myronliu347.github.io/vue-carbon/book/v0.5.0/) [Muse UI](https://museui.github.io) 基于 Vue 2.0 开发 material design ui ## 安装 目前只使用与 npm 安装,和使用 webpack 项目的应用 ```shell npm install vue-carbon --save ``` ```javascript import Vue from 'vue' import VueCarbon from 'vue-carbon' import 'vue-carbon/dist/vue-carbon.css' // 加载文件 Vue.use(VueCarbon) ``` ## 简单使用 例如这个 Refresh Control 组件的demo页面 ```html ``` 效果如下 ![](res/refresh.png) ## Licence vue-carbon is open source and released under the MIT Licence. Copyright (c) 2016 myron