Build a Shopping Cart in NodeJS and Vue Vite
In this article we are going to build shopping cart frontend for our application. We will be using Vue Vite which has a faster hot module reload.
You can check our backend part built in Nodejs, which we already have published.
We need to create our application directory for Vite. Create a vue-cart
directory in your desktop and run setup Vite by running this…