Skip to content

qingzhong110/vui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VUI

A UI framework for mobile, built with Vue.

Design Pattern

VUI provides components that look like native UI in iOS, Android and Windows UI. However, VUI will not build those animations as in Material design.

Development

Clone site for preview:

$ git clone [email protected]:vui/vui.github.io.git public

Generate site in public directory with jekyll:

$ cd public
$ jekyll build -w

Serve assets with webpack dev server:

$ npm start

Now visit http://localhost:9090/ui/index.html. Don't forget /index.html.

About

A UI framework for mobile, built with Vue.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 55.5%
  • CSS 32.2%
  • JavaScript 12.3%