Which of the following is the correct way to install Vue.js in your project?
a) We can install Vue.js by using CDN by including <script> tag in HTML file.
b) We can install Vue.js by using Node Package Manager (NPM).
c) You can install Vue.js using Bower.
d) All of the above.