2.5.16
The github profile of Vue.js is getting less and less activity.
If to look at the 'contributors' section we can see that commits chart is very poor lately.
Should I use it for my projects?
Hi, thanks for your interest.
We are definitely not going to abandon Vue.js. Feel free to use it for your projects.
Vue.js has a large ecosystem of companion libraries including vue-cli, vue-loader, etc.
For now the core team's major focus is Vue CLI 3, which aims to be the standard tooling baseline for the Vue ecosystem and brings a whole new developer experience. We have just reached Release Candidate phase for it. You can check it out at https://cli.vuejs.org/.
Once we released the stable version of Vue CLI, which is expected to be done in the coming weeks, we'll come back to core and start merging pull requests.
Actually we have already reviewed and approved a lot of PRs (https://github.com/vuejs/vue/pulls?q=is%3Apr+is%3Aopen+review%3Aapproved). So if you are expecting a new version just stay tuned. But for production usage, you don't have to wait for that.
Most helpful comment
Hi, thanks for your interest.
We are definitely not going to abandon Vue.js. Feel free to use it for your projects.
Vue.js has a large ecosystem of companion libraries including vue-cli, vue-loader, etc.
For now the core team's major focus is Vue CLI 3, which aims to be the standard tooling baseline for the Vue ecosystem and brings a whole new developer experience. We have just reached Release Candidate phase for it. You can check it out at https://cli.vuejs.org/.
Once we released the stable version of Vue CLI, which is expected to be done in the coming weeks, we'll come back to core and start merging pull requests.
Actually we have already reviewed and approved a lot of PRs (https://github.com/vuejs/vue/pulls?q=is%3Apr+is%3Aopen+review%3Aapproved). So if you are expecting a new version just stay tuned. But for production usage, you don't have to wait for that.