Vue.js

Vue.js is a popular javascript framework. To install Vue, you need Node.js installed.

sudo su
curl -sL https://deb.nodesource.com/setup_15.x | bash -
apt-get install -y nodejs
apt-get install gcc g++ make

Install Vue.js with

sudo npm install -g @vue/cli

Verify Vue.js working with

Advertisement

vue --version

To create a project, run

vue create app1
cd app1
npm run serve
Add a comment

Leave a Reply

Your email address will not be published. Required fields are marked *

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Advertisement