mobile-ui
v0.2.38
Published
A Vue.js project
Downloads
21
Readme
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.