Learning-Management-System/frontend
2025-01-22 11:23:14 +00:00
..
.vscode update 2025-01-22 11:23:14 +00:00
public update 2025-01-22 11:23:14 +00:00
src update 2025-01-22 11:23:14 +00:00
.editorconfig update 2025-01-22 11:23:14 +00:00
.gitignore update 2025-01-22 11:23:14 +00:00
index.html update 2025-01-22 11:23:14 +00:00
jsconfig.json update 2025-01-22 11:23:14 +00:00
package.json update 2025-01-22 11:23:14 +00:00
pnpm-lock.yaml update 2025-01-22 11:23:14 +00:00
postcss.config.js update 2025-01-22 11:23:14 +00:00
README.md update 2025-01-22 11:23:14 +00:00
tailwind.config.js update 2025-01-22 11:23:14 +00:00
vite.config.js update 2025-01-22 11:23:14 +00:00
vitest.config.js update 2025-01-22 11:23:14 +00:00

Add Domain link

Open the src/api.js file and add your domain link to the apiLink variable.

vue-project

This template should help get you started developing with Vue 3 in Vite.

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Compile and Minify for Production

pnpm build

Run Unit Tests with Vitest

pnpm test:unit