Skip to content

Yurich84/word-search-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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