vue-ncu-unit
v0.6.0
Published
中央大學學院、系所、學位和年級
Downloads
6
Readme
vue-ncu-unit
中央大學學院、系所、學位和年級 Vuejs components
特點 Feature
安裝 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