This is the forum for the Compact Donuts project. This is for partial fulfillment of the requirements for the course CCAPDEV.
The API endpoint is set to https://compact-donuts.azurewebsites.net
by default.
You can change this by setting the VITE_API_URL
environment variable.
You can do this by cloning the example.env
file and renaming it to .env
.
Then, change the value of VITE_API_URL
to your desired API endpoint.
Alternatively, you can also set the VITE_API_URL
environment variable
directly in your terminal before running the npm run dev
command.
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
See Vite Configuration Reference.
npm install
npm run dev
npm run build
Run Unit Tests with Vitest
npm run test:unit
Lint with ESLint
npm run lint