This repository was archived by the owner on Nov 9, 2020. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork44
根据vux修改升级的vux2,基于vue,weui的ui组件库
License
NotificationsYou must be signed in to change notification settings
jinhuiWong/vux-2.0
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
根据vux-https://github.com/airyland/vux 修改升级的2.0
http://jhwong.cn/vux2
(You can view the demos' codes in/src/demos)
# installnpm install vuxx#vue-cli项目引用#在webpack.base.conf.js添加loader{ test: /vuxx.src.*?js$/, loader:'babel'}#使用组件<template><div> <group> <cell title="示例"></cell></group></div></template><script>import Cell from'vuxx/src/components/Cell'import Group from'vuxx/src/components/Group'export default { components: { Group, Cell }}</script>
# install dependenciesnpm install# serve with hot reload at localhost:8080npm run dev# build for production with minificationnpm run build
About
根据vux修改升级的vux2,基于vue,weui的ui组件库
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.