博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
vue-mobile 又一个 vue ui 库正在开发
阅读量:4085 次
发布时间:2019-05-25

本文共 1667 字,大约阅读时间需要 5 分钟。

https://github.com/vum-team/vum

What is?

vue-mobile is an UI Framework build with Vue.js for SPA:

  • Full Page Structure - header, content, footer
  • Page transition support by vue-router
  • Bunch of Powerful Components, easy to use and extend
  • high performance CSS3 Animation
  • 1px border for all components - as well as round border
  • Write with Vue - the most important

Love Vue

Vue is the best View Layer Framework I have ever seen:

  • Elegant API
  • Two way binding, Components
  • Easy to build large scale App
  • Wonderful Components Organization.

Progress

  •  Page
  •  Buttons
  •  Column
  •  Grid
  •  List
  •  Cards
  •  Contacts
  •  Form
  •  Icons

  •  Modal

  •  Preloader
  •  Tab
  •  Scroll
  •  Popup
  •  Actions
  •  Toast
  •  Search Bar
  •  Calendar
  •  Photo Browser
  •  Swiper

Build Setup

# install dependenciesnpm install# serve with hot reload at localhost:8080npm run dev# build for production with minificationnpm run build# run unit testsnpm run unit

For detailed explanation on how things work, checkout the  and .

Get Start

Two way to create a project with vum?

clone source code directly

  1. Clone this repo to your work dir
  2. npm install to install dependences
  3. npm run dev to run dev server with hot reload.
  4. Open http://localhost:8088 in your browser, then you can see the demos
  5. Change to dir src/demos, modify what you want, and remove unused pages

That's all! You can do it :) Do not forget to reinit git.

use npm

  1. Create your project,  is recommend
  2. npm install vum in the root of your project
  3. Import the components you wanted in src

Thanks

The css style of components comes from:

And vui-mobile could never be completed without these:

Stay In Touch

Please make sure that you have some knowledge about vue.js before join QQ group:

  • QQ Group: 581532614

Screenshot

     

转载地址:http://bshni.baihongyu.com/

你可能感兴趣的文章
React Native(一):搭建开发环境、出Hello World
查看>>
Winform多线程
查看>>
Spring AOP + Redis + 注解实现redis 分布式锁
查看>>
poj 1976 A Mini Locomotive (dp 二维01背包)
查看>>
大数据入门:Zookeeper结构体系
查看>>
大数据入门:Spark RDD基础概念
查看>>
大数据入门:Scala函数式编程
查看>>
C++报错:C4700:使用了非初始化的局部变量
查看>>
C++类、结构体、函数、变量等命名规则详解
查看>>
C++ goto语句详解
查看>>
【数据结构周周练】008 二叉树的链式创建及测试
查看>>
《软件体系结构》 第九章 软件体系结构评估
查看>>
《软件体系结构》 第十章 软件产品线体系结构
查看>>
《软件过程管理》 第六章 软件过程的项目管理
查看>>
《软件过程管理》 第九章 软件过程的评估和改进
查看>>
《数据库系统概论》 第一章 绪论
查看>>
《数据库系统概论》 第三章 关系数据库标准语言SQL
查看>>
《计算机网络》第五章 运输层 ——TCP和UDP 可靠传输原理 TCP流量控制 拥塞控制 连接管理
查看>>
堆排序完整版,含注释
查看>>
二叉树深度优先遍历和广度优先遍历
查看>>