0.6.0 • Published 4 years ago

vue-ncu-unit v0.6.0

Weekly downloads
15
License
MIT
Repository
github
Last release
4 years ago

vue-ncu-unit

中央大學學院、系所、學位和年級 Vuejs components

Travis Coverage Status Github All Releases npm npm GitHub release npm dependencies devDependency GitHub stars

特點 Feature

  • 學院、系所、學位和年級自動產生 demo
  • 可切換成英語 demo
  • callback demo

安裝 Install

npm

npm install vue-ncu-unit --save

用法 Usage

  import Vue from 'vue'
  import components from 'vue-ncu-unit'

  new Vue({
    el: '#app',
    components: {

      // 學院
      college: components.College,

      // 學位
      degree: components.Degree,

      // 系所
      department: components.Department,

      // 修業年限
      grade: components.Grade,

      // 轉譯ID用
      trans: components.Trans
    }

    // or in es2015...
    components
  })

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# run tests
npm run test
0.6.0

4 years ago

0.5.0

5 years ago

0.4.2

6 years ago

0.4.1

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.2

6 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago