The Wayback Machine - https://web.archive.org/web/20230604005809/https://github.com/wangdahoo/vonic/
Skip to content

wangdahoo/vonic

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
July 7, 2017 12:02
April 5, 2017 22:06
January 13, 2017 01:07
December 12, 2016 21:29
March 11, 2017 17:15
April 26, 2017 22:09
March 12, 2017 19:13
April 26, 2017 22:09
March 14, 2017 23:14
February 11, 2017 02:43
July 7, 2017 12:02
February 13, 2017 23:21
February 11, 2017 02:43
March 26, 2017 22:15
April 26, 2017 22:09

Mobile UI Components, based on Vue.js and ionic CSS.

Demo

https://wangdahoo.github.io/vonic/docs/

Notice

  • v2.0.0-beta.15 released.
$ npm install vonic@2.0.0-beta.15
  • for vue 1.0, please refer to branch 1.x.

Features

  • Equip with Vue.js, Vue-Router, ES6 & Babel 6
  • Cool with Webpack 2.0 & Vue Loader
  • Ionic CSS Components
  • Stylesheets in Sass
  • Starter Project for Development Quick Start

Components

  • Material Design Button
  • Input
  • Search
  • Radio
  • Checkbox
  • Toggle
  • RangeSlider
  • Badge
  • Toast
  • Loading
  • Header
  • List
  • Cells
  • Tabs
  • ButtonBar
  • Scalable
  • Swiper
  • Scroll
  • VueScroller
  • Cascade
  • Accordion
  • Datepicker
  • Dialog
  • Popup
  • Modal
  • ActionSheet
  • Sidebar
  • TabBar

Getting started

quick start with vue-cli.

$ npm i vue-cli -g
$ vue init wangdahoo/vonic-template#2.0 my-vonic-app
$ cd my-vonic-app
$ yarn install

Run project

$ npm run dev

That's it.

And if you start with vue-webpack-boilerplate by vue-cli, check the following starter for your reference. https://github.com/wangdahoo/vonic-webpack-starter

Documents

Thanks to

LICENSE

MIT