Untitled

Vuejs Progressbar

<template>
        <div>
                <progress :percent.sync="myProgress.percent" :options="myProgress.options"></progress>
                <router-view></router-view>
        </div>
</template>

http://hilongjw.github.io/vue-progressbar/index.html#!/