1.3.6 • Published 1 year ago

nb-vue-element v1.3.6

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
1 year ago

nb-vue-element

Base on Element

Links

Install

nbnpm install nb-vue-element --save

Quick Start

import Vue from 'vue'
import Element from 'nb-vue-element'

Vue.use(Element)

// or
import {
  Select,
  Button
  // ...
} from 'nb-vue-element'

Vue.component(Select.name, Select)
Vue.component(Button.name, Button)

For more information, please refer to Quick Start in our documentation.

Browser Support

Modern browsers and Internet Explorer 9+.

发布版本步骤

  • 修改代码,然后提交commit
  • npm version {patch/prrelease}
  • npm run dist
  • git status (把新的version信息改动提交到版本库)
  • git push
  • nbnpm publish
1.3.6

1 year ago

1.3.5

1 year ago

1.3.4

2 years ago

1.3.0

4 years ago

1.2.67-0

4 years ago

1.2.67

4 years ago