/ecommerce-nuxt-template

SPA e-commerce frontend example

Primary LanguageVue


VueJS Typescript SASS
Jest Docker

💻 Ecommerce SPA Typescript (NUXTJS)

SPA Vue Frontend using a Json-Server Fake API

🚀 Project Setup

Local configuration with docker (recommended)

Local configuration without docker

Requirements:

  • NodeJS@14.17.0
  • Vue2
  • NPM packages
    • json-server

After installation, execute:

  • Run client:

    npm install && npm run dev
  • Run server📝:

    json-server ./api/bigstore.json