基于 Vue.js 的移动端组件库 cube-ui

码农软件 · 软件分类 · 手机Web开发框架 · 2019-05-02 21:11:45

软件介绍

cube-ui 是由滴滴开源的基于 Vue.js 实现的移动端组件库。

功能特性

  • 质量可靠

    由滴滴内部组件库精简提炼而来,经历了业务一年多的考验,并且每个组件都有充分单元测试,为后续集成提供保障。

  • 体验极致

    以迅速响应、动画流畅、接近原生为目标,在交互体验方面追求极致。

  • 标准规范

    遵循统一的设计交互标准,高度还原设计效果;接口标准化,统一规范使用方式,开发更加简单高效。

  • 扩展性强

    支持按需引入和后编译,轻量灵活;扩展性强,可以方便地基于现有组件实现二次开发。

安装

npm install cube-ui --save

使用

import Vue from 'vue'
import Cube from 'cube-ui'

Vue.use(Cube)

按需使用

import Vue from 'vue'
import {
  /* eslint-disable no-unused-vars */
  Style,
  Button,
  ActionSheet
} from 'cube-ui'

Vue.use(Button)
Vue.use(ActionSheet)

注:上述使用依赖插件 babel-plugin-transform-modules,详细内容请看 开始文档

本文地址:https://www.codercto.com/soft/d/4889.html

ASP.NET AJAX in Action

ASP.NET AJAX in Action

Alessandro Gallo、David Barkol、Rama Vavilala / Manning Publications / 2007-9-3 / USD 44.99

Ajax has revolutionized the way users interact with web pages today. Gone are frustrating page refreshes, lost scroll positions and intermittent interaction with a web site. Instead, we have a new gen......一起来看看 《ASP.NET AJAX in Action》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

URL 编码/解码
URL 编码/解码

URL 编码/解码