Go to file
roberts 99b4bda8fa added new router links 2023-04-23 22:48:21 +02:00
.vscode update projerkt to be similar to hello_world_vue 2023-04-21 18:27:31 +02:00
dist added new router links 2023-04-23 22:48:21 +02:00
public added a new favivon+ 2023-04-22 00:16:00 +02:00
src add new router links 2023-04-23 22:47:48 +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 fixed issue where npmrun build did not execute 2023-04-21 18:47:13 +02:00
package.json fixed issue where npmrun build did not execute 2023-04-21 18:47:13 +02:00
vite.config.js update projerkt to be similar to hello_world_vue 2023-04-21 18:27:31 +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