스티그마타 - 다크 판타지 RPG 웹앱
Go to file
2026-05-28 17:45:08 +09:00
.vscode feat: 스티그마타 초기 커밋 2026-05-28 17:37:20 +09:00
public feat: 스티그마타 초기 커밋 2026-05-28 17:37:20 +09:00
src fix: 스크롤 이중 발생 수정, 선택 버튼 하단 고정 2026-05-28 17:45:08 +09:00
.gitignore feat: 스티그마타 초기 커밋 2026-05-28 17:37:20 +09:00
env.d.ts feat: 스티그마타 초기 커밋 2026-05-28 17:37:20 +09:00
index.html feat: 스티그마타 초기 커밋 2026-05-28 17:37:20 +09:00
package-lock.json feat: 스티그마타 초기 커밋 2026-05-28 17:37:20 +09:00
package.json feat: 스티그마타 초기 커밋 2026-05-28 17:37:20 +09:00
README.md feat: 스티그마타 초기 커밋 2026-05-28 17:37:20 +09:00
tsconfig.app.json feat: 스티그마타 초기 커밋 2026-05-28 17:37:20 +09:00
tsconfig.json feat: 스티그마타 초기 커밋 2026-05-28 17:37:20 +09:00
tsconfig.node.json feat: 스티그마타 초기 커밋 2026-05-28 17:37:20 +09:00
vite.config.ts feat: 스티그마타 초기 커밋 2026-05-28 17:37:20 +09:00

rpg-web

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

VS Code + Vue (Official) (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

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build