/e-commerce-app

Web App destined for e-commerce

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

E-commerce App

E-commerce App built for continuing learning Vue.js, Webpack and CSS

Webpack configuration adapted from this repository

Related to this article

Getting started

  1. Clone the project
  2. Go inside the project directory
  3. Install modules:
  $ npm install
  1. And run application with:
  $ npm run dev