No description
Find a file
2025-09-14 16:23:34 +03:00
public initial 2025-09-09 23:19:17 +03:00
src routes 2025-09-14 16:23:34 +03:00
.editorconfig initial 2025-09-09 23:19:17 +03:00
.gitattributes initial 2025-09-09 23:19:17 +03:00
.gitignore initial 2025-09-09 23:19:17 +03:00
.prettierrc.json initial 2025-09-09 23:19:17 +03:00
eslint.config.js initial 2025-09-09 23:19:17 +03:00
index.html initial 2025-09-09 23:19:17 +03:00
jsconfig.json initial 2025-09-09 23:19:17 +03:00
package-lock.json update 2025-09-13 23:58:58 +03:00
package.json update 2025-09-13 23:58:58 +03:00
README.md initial 2025-09-09 23:19:17 +03:00
vite.config.js initial 2025-09-09 23:19:17 +03:00

frontend-v2

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

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint