A blocky, side-scrolling game made with Vuejs
Find a file
2025-03-13 18:02:20 +01:00
.vscode package updates and fixed surrounding detection 2025-03-13 16:02:50 +01:00
public package updates and fixed surrounding detection 2025-03-13 16:02:50 +01:00
src immediate updates on map change 2025-03-13 18:02:20 +01:00
.editorconfig package updates and fixed surrounding detection 2025-03-13 16:02:50 +01:00
.gitattributes package updates and fixed surrounding detection 2025-03-13 16:02:50 +01:00
.gitignore package updates and fixed surrounding detection 2025-03-13 16:02:50 +01:00
.prettierrc.json package updates and fixed surrounding detection 2025-03-13 16:02:50 +01:00
env.d.ts package updates and fixed surrounding detection 2025-03-13 16:02:50 +01:00
eslint.config.ts package updates and fixed surrounding detection 2025-03-13 16:02:50 +01:00
index.html package updates and fixed surrounding detection 2025-03-13 16:02:50 +01:00
package.json package updates and fixed surrounding detection 2025-03-13 16:02:50 +01:00
pnpm-lock.yaml package updates and fixed surrounding detection 2025-03-13 16:02:50 +01:00
README.md package updates and fixed surrounding detection 2025-03-13 16:02:50 +01:00
tsconfig.app.json package updates and fixed surrounding detection 2025-03-13 16:02:50 +01:00
tsconfig.json package updates and fixed surrounding detection 2025-03-13 16:02:50 +01:00
tsconfig.node.json package updates and fixed surrounding detection 2025-03-13 16:02:50 +01:00
tsconfig.vitest.json package updates and fixed surrounding detection 2025-03-13 16:02:50 +01:00
vite.config.ts package updates and fixed surrounding detection 2025-03-13 16:02:50 +01:00
vitest.config.ts package updates and fixed surrounding detection 2025-03-13 16:02:50 +01:00

vue-shovel

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

VSCode + Volar (and disable Vetur).

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need Volar to make the TypeScript language service aware of .vue types.

Customize configuration

See Vite Configuration Reference.

Project Setup

pnpm install

Compile and Hot-Reload for Development

pnpm dev

Type-Check, Compile and Minify for Production

pnpm build

Run Unit Tests with Vitest

pnpm test:unit

Lint with ESLint

pnpm lint