vuxx

0.1.8 • Public • Published

vux-2.0

根据vux-https://github.com/airyland/vux 修改升级的2.0

Docs

Demo

http://jhwong.cn/vux2
(You can view the demos' codes in /src/demos)

Use

# install 
npm 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>
 

Development Setup

# install dependencies
npm install
 
# serve with hot reload at localhost:8080
npm run dev
 
# build for production with minification
npm run build
 

交流qq群:537322257 alt text

Package Sidebar

Install

npm i vuxx

Weekly Downloads

2

Version

0.1.8

License

MIT

Last publish

Collaborators

  • jhwong