New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

mobile-ui

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobile-ui

A Vue.js project

latest
npmnpm
Version
0.2.38
Version published
Weekly downloads
17
325%
Maintainers
1
Weekly downloads
 
Created
Source

mobile-ui

移动端,vuejs组件库

如何在项目中使用

  • 更新htdocs/packge.json以及static/wp/config中的文件
  • 运行npm install
  • 可以在你的vue文件中用import Datetime from 'mui_components/datetime'来使用mobile-ui中的datetime组件
  • 可以在 http://ued.github.io/mobile-ui 浏览各组件

如何开发组件

  • fork这个git仓库
  • 在fork生成的仓库中开发之后,在pull request

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

FAQs

Package last updated on 13 Jul 2016

Did you know?

Socket

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