1. install vue
npm install -g @vue/cli
2. create the frontend project
vue create frontend-project
3. check it
cd frontend-project
npm run serve
1. install vue
npm install -g @vue/cli
2. create the frontend project
vue create frontend-project
3. check it
cd frontend-project
npm run serve