...

/

Get Started with Front-end (Vue.js)

Get Started with Front-end (Vue.js)

Learn how to set up a Vue project for the e-commerce application.

We have already configured the backend of this app using Spring Boot. Next, we’ll look at the front-end.

Vue project creation

If you want to set up the project in your local machine and you already have npm set up on your computer, you can run the following command to start a Vue project. We’ve already set everything up, so go ahead and run the following command in the terminal widget below.

> vue create ecommerce-ui
Terminal 1
Terminal
Loading...

The command should work properly as long as we already have Vue CLI installed. Next, it will ask for some project ...