Shuunen / flood-it

A flood-it game :)

Home Page:https://flood-it.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flood-it

GitHub license

Website Up LGTM Grade

Flood-it, a game for liquid snakes.

Type Support For .vue Imports in TS

Since TypeScript cannot handle type information for .vue imports, they are shimmed to be a generic Vue component type by default. In most cases this is fine if you don't really care about component prop types outside of templates. However, if you wish to get actual prop types in .vue imports (for example to get props validation when using manual h(...) calls), you can enable Volar's Take Over mode by following these steps:

  1. Run Extensions: Show Built-in Extensions from VS Code's command palette, look for TypeScript and JavaScript Language Features, then right click and select Disable (Workspace). By default, Take Over mode will enable itself if the default TypeScript extension is disabled.
  2. Reload the VS Code window by running Developer: Reload Window from the command palette.

You can learn more about Take Over mode here.

Thanks

  • Eslint : super tool to find & fix problems
  • Github : for all their great work year after year, pushing OSS forward
  • Netlify : awesome company that offers free CI & hosting for OSS projects
  • Repo-checker : eslint cover /src code and this tool the rest ^^
  • Shields.io : for the nice badges on top of this readme
  • Shuutils : collection of pure JS utils
  • Vite : super fast frontend tooling
  • Vue : when I need a front framework, this is the one I choose <3

About

A flood-it game :)

https://flood-it.netlify.app

License:GNU General Public License v3.0


Languages

Language:Vue 85.3%Language:TypeScript 6.2%Language:HTML 5.7%Language:JavaScript 2.2%Language:CSS 0.5%