legions-nprogress

页面顶部进度条组件

Usage no npm install needed!

<script type="module">
  import legionsNprogress from 'https://cdn.skypack.dev/legions-nprogress';
</script>

README

legions-nprogress

TODO: Minimalist progress bar

Usage

npm install --save nprogress

Simply call start() and done() to control the progress bar.

NProgress.start();
NProgress.done();