0.1.3 • Published 5 years ago

vuedash-ui v0.1.3

Weekly downloads
12
License
-
Repository
-
Last release
5 years ago

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 :)