Alfxjx / vuedash

a vuejs mobile-first ui framework

Home Page:https://alfxjx.github.io/vuedash/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vuedash is ...

a vuejs mobile-first ui framework 一个vuejs移动端优先的UI库。

QuickStart

Documents/文档

How to use Vuedash in a Vue project

npm install vuedash-ui --save

In main.js,import the Vuedash and stylesheet:

// main.js
import Vuedash from 'vuedash-ui';
import '../node_modules/vuedash-ui/dist/vuedash.css';

Thus, in *.vue, use components like this:

<dash-button :content="Click!"></dash-button>

Issues

You can put forward your issues here.

and PR is welcomed :)

About

a vuejs mobile-first ui framework

https://alfxjx.github.io/vuedash/#/


Languages

Language:Vue 73.9%Language:JavaScript 23.4%Language:HTML 2.3%Language:CSS 0.5%