Skip to content

pavlovic-bojan/vue3-ecommerce-app-tailwind-quasar

Repository files navigation

Quasar App (vue3-ecommerce-app-tailwind-quasar)

This repository is the result of my independent project to train certain things in VUE 3 Front End Development.

The goal of the project is to clone the design of the web store REMIKS for the purpose of learning front-end development

I spent 30 days on the realization of setup this project

Side information: To use the application in a special environment the author accepts no responsibility if you cause damage to third parties

Images of project appearance


In the root of the project itself, there is an image folder in which you have images of how the project looks and a short 2 minutes demo.mp4 video of how the project works.

A list of technologies used within the project


A list of technologies used within the project:

Feel free to copy the project from this repository into your IDEA run the project, and make sure to give your feedback.

Collaboration


This is my personal project which I upgrade with new things and scenarios from time to time and I do not accept any collaboration

Please do not change the code. I am available for any questions.

How To Cloning and Setup Project

Install the dependencies

yarn
# or
npm install

Start api json server

cd api
json-server --watch data.json

Start Project in the web browser

yarn
# or
npm run dev

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.