Go to file
2024-11-10 20:15:13 +01:00
.vscode initial commit 2024-11-10 20:15:13 +01:00
public initial commit 2024-11-10 20:15:13 +01:00
src initial commit 2024-11-10 20:15:13 +01:00
.gitattributes initial commit 2024-11-10 20:15:13 +01:00
.gitignore initial commit 2024-11-10 20:15:13 +01:00
index.html initial commit 2024-11-10 20:15:13 +01:00
jsconfig.json initial commit 2024-11-10 20:15:13 +01:00
package-lock.json initial commit 2024-11-10 20:15:13 +01:00
package.json initial commit 2024-11-10 20:15:13 +01:00
README.md initial commit 2024-11-10 20:15:13 +01:00
vite.config.js initial commit 2024-11-10 20:15:13 +01:00

VuEmployer

Slide 4_3 - 1 (4)

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build