$ yum update
$ yum upgrade
$ install nginx-full - nginx-extras
curl -sL https://rpm.nodesource.com/setup_18.x | sudo bash -
$ sudo yum install -y nodejs --nogpgcheck
$ node --version
$ npm --version
$ sudo npm install -g @vue/cli
$ vue create [projectname]
go to the folder of project name:
$ cd projectname
$ npm run serve