ebaoplatform

``` bash # install dependencies npm install ebaoplatform

Usage no npm install needed!

<script type="module">
  import ebaoplatform from 'https://cdn.skypack.dev/ebaoplatform';
</script>

README

Build Setup

# install dependencies
npm install ebaoplatform

在 main.js
```js
import ebaoNavbar from 'ebaoplatform'
Vue.use(ebaoNavbar, {
  i18n: key => i18n.t(key)
})

在要使用navabr的地方

<ebaoNavbar :titlename='titlename'></ebaoNavbar>

data () {
  return {
    // titlename 不同导航的名字不同,可随意更改
    titlename: 'Data Encode And Validation'
  }
}

serve with hot reload at localhost:8080

npm run dev