Go to file
Flycro f268da20b1 fix: duplicate script setup + unused import 2023-04-29 12:44:43 +02:00
.vscode update projerkt to be similar to hello_world_vue 2023-04-21 18:27:31 +02:00
dist build error 2023-04-28 22:33:35 +02:00
public added a new favivon+ 2023-04-22 00:16:00 +02:00
src fix: duplicate script setup + unused import 2023-04-29 12:44:43 +02:00
.eslintrc.cjs update projerkt to be similar to hello_world_vue 2023-04-21 18:27:31 +02:00
.gitignore update projerkt to be similar to hello_world_vue 2023-04-21 18:27:31 +02:00
.prettierrc.json Initial Commit 2023-04-21 15:59:09 +02:00
README.md update projerkt to be similar to hello_world_vue 2023-04-21 18:27:31 +02:00
index.html update projerkt to be similar to hello_world_vue 2023-04-21 18:27:31 +02:00
package-lock.json feat: added sass to dev deps 2023-04-29 12:38:31 +02:00
package.json feat: added sass to dev deps 2023-04-29 12:38:31 +02:00
vite.config.js added navigation tilebar 2023-04-28 08:10:47 +02:00
vitest.config.js update projerkt to be similar to hello_world_vue 2023-04-21 18:27:31 +02:00
vue.config.js update projerkt to be similar to hello_world_vue 2023-04-21 18:27:31 +02:00

README.md

hello_world_vue

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

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

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

Run Unit Tests with Vitest

npm run test:unit

Lint with ESLint

npm run lint