Socket
Socket
Sign inDemoInstall

vuedash-ui

Package Overview
Dependencies
12
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    vuedash-ui

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


Version published
Maintainers
1
Install size
14.9 MB
Created

Readme

Source

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

FAQs

Last updated on 14 Aug 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc