Skip to content

ziv-zjc/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组件

如何开发组件

  1. fork这个git仓库

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.

About

移动端vue组件库

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.0%
  • Vue 28.3%
  • CSS 22.4%
  • HTML 0.3%