Skip to content

ued/mobile-ui

Repository files navigation

mobile-ui

移动端,vuejs组件库

如何在项目中使用

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

如何开发组件

  1. fork这个git仓库
  2. 在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.