/ecommerce-vuejs

Vue.Js UI for the frontend

Primary LanguageVue

ecommerce-ui-product-category

The base URL of API is present in App.vue

Important GuideLines

  • All the api requests should be made using axios module.

Project setup

  1. Rename .env.example to .env and paste your Stripe Token
npm install

Compiles and hot-reloads for development

npm run serve
or
npm run serve -- --port 8001

Compiles and minifies for production

npm run build