移动端,vuejs组件库
- 更新
htdocs/packge.json
以及static/wp/config
中的文件 - 运行
npm install
- 可以在你的
vue
文件中用import Datetime from 'mui_components/datetime'
来使用mobile-ui
中的datetime
组件
- fork这个git仓库
# 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.