- This project about creating a demo project for Simple Shop System as UI tool:
- This project is about visualizing the UI of the backend project as it's main dependency.
- Clone project : `git clone https://github.com/seiftahawy54/nuxt-basic-shop.git
- Create
.env
file for environment variables :touch .env
- Add important variables before running the app:
VITE_BACKEND_URL
: to connect to project's backend. (default ishttp://127.0.0.1:3000/api
)VITE_STATIC_URL
: to connect the backend static files (default ishttp://127.0.0.1:3000/
)
- Install dependencies :
yarn install
- Run the project in dev mode :
yarn dev
will start by default onhttp://localhost:3001
Build the application for production: