基于vue框架的ui组件_基于vue.js的组件框架

基于vue框架的ui组件

Vuemerang (Vuemerang)

Vuemerang is a framework of components based on vue.js, it is a framework that is designed from scratch to be incrementally adoptable.

Vuemerang是一个基于vue.js的组件框架,它是一个从头开始设计以逐渐采用的框架。

The framework is focused on facilitating the development of applications, improving the design of the same without removing the necessary functionality. we want all the components to be independent in colors, shapes and design for a freedom that we like all front-end but without losing the speed of creation and production.

该框架致力于促进应用程序的开发,在不删除必要功能的情况下改进其设计。 我们希望所有组件在颜色,形状和设计上都是独立的,以实现我们喜欢所有前端的自由,同时又不损失创建和生产的速度。

支持项目⭐ (Support the project ⭐)

If you feel awesome and want to support us in a small way, please consider starring and sharing the repo! This helps us getting known and grow the community. 🙏

如果您觉得很棒,并希望以少量方式支持我们,请考虑加注星标并共享该存储库! 这有助于我们获得知名度并扩大社区。 🙏

浏览器支持 (Browser Support)

Recent versions of Firefox, Chrome, Edge, Opera and Safari. IE10+

FirefoxChromeEdgeOperaSafari的最新版本。 IE10 +

快速启动CDN (Quick-start CDN)

<!DOCTYPE html>
<html>
<head>
  <link href="https://cdn.jsdelivr.net/npm/vuemerang/dist/vuemerang.css" rel="stylesheet">
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui">
</head>
<body>
  <div id="app">
    <vm-button vm-type="filled">Hello World</vm-button>
  </div>

  <script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
  <script src="https://cdn.jsdelivr.net/npm/vuemerang/dist/vuemerang.umd.js"></script>
  <script>
    new Vue({
      el: '#app'
    })
  </script>
</body>
</html>
- https://cdn.jsdelivr.net/npm/vuemerang/dist/vuemerang.umd.js
- https://cdn.jsdelivr.net/npm/vuemerang/dist/vuemerang.css

安装en Proyecto NPM (Install en Proyecto NPM)

# npm
npm install vuemerang
# yarn
yarn add vuemerang

(Use)

所有组件 (All components)

import Vue from 'vue'
import Vuemerang from 'vuemerang'

import 'vuemerang/dist/vuemerang.css'
Vue.use(Vuemerang)

或使用单个组件: (Or use individual components:)

import Vue from 'vue'
import { vmButton, vmSelect, vmPopup } from 'vuemerang/dist/components'
import 'vuemerang/dist/vuemerang.css'

Vue.use(vmButton)
Vue.use(vmSelect)
Vue.use(vmPopup)

翻译自: https://vuejsexamples.com/a-framework-of-components-based-on-vue-js/

基于vue框架的ui组件

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值