Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 866 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 866 Bytes

Word-search game

This project is made entirely in Vue 3 (composition API).

Main advantages:

  • Lightweight: minimal libraries, just vue3 and sass
  • Responsive: without using canvas

Try it: https://yurich84.github.io/word-search-game/

Recommended IDE Setup

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

Lint with ESLint

npm run lint