0 votes
in VueJS by
edited by
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.

1 Answer

0 votes
by

d) All of the above.

Related questions

0 votes
0 votes
asked Apr 13, 2022 in VueJS by john ganales
...