0.1.3 • Published 7 years ago

vue-auto-progress v0.1.3

Weekly downloads
20
License
MIT
Repository
github
Last release
7 years ago

A zero configuration progress loading bar component for Vue.js.

Just add a reference and it’s done.

The component interact with every ajax requisition to add a google top progress bar style

Requirements

Installation

$ npm install vue-auto-progress --save

Usage

<script>
import autoProgress from 'vue-auto-progress'

new Vue({
  el: '#app',
  router,
  data,
  template: '<div><App/><auto-progress/></div>',  
  components: { App, autoProgress }
})

</script>

License

The MIT License