rstacruz / nprogress

For slim progress bars like on YouTube, Medium, etc
http://ricostacruz.com/nprogress
MIT License
25.98k stars 1.81k forks source link

Add new release? #213

Open Christian1998 opened 4 years ago

Christian1998 commented 4 years ago

20 commits to master since this tag :/

rowild commented 4 years ago

I am also wondering if this project is still alive and should or should not be used. In a current Vue 2.6 project it does not work...

anselal commented 4 years ago

@rowild how/were did you call it in your vue app? I am thinking in adding it too in my vue app.

rowild commented 4 years ago

@anselal It's been a while, so I don't know anymore. But if you follow the VueMastery Course "Real World Vue" and its follow-ups, they show nprogress implementation in 3 ways (with Vue 2.5), of which the first 2 won't work with 2.6. However, the third one does.

anselal commented 4 years ago

@rowild thnx !!

anselal commented 4 years ago

@rowild I managed to get nprogress up and running with the latest version of vuejs.

Here is a gist https://gist.github.com/anselal/254329c09719c3817459346d5ca3db78

I am trying now to get this working with vue-cli, without any luck so far