Skip to content

JustinHammer-teck/Vue-WordleWizard

Repository files navigation

Wordle VVizard

Overview | Development | Contributors

wakatime

Overview

This repository contains the source code for the Wordle Solver. The site is written using Vue 3, TypeScript and Tailwind, and deployed within my homelab infrastruture.

The Backend will be developed at a different repo.

Development

Gitpod

You can develop this project using Gitpod. I already create a template for it in .gitpod.yml

Go to Gitpod create a new workspace with this git repo URL

One reminder Gitpod vscode in browser is not Vscode CodeServer but a different taste of it, so you might not find some of your favorite extension there

Local Development

For my personal taste I'm using Jetbrains Webstorm to develop.

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Recommended IDE Setup

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 TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue types.

If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:

  1. Disable the built-in TypeScript Extension
    1. Run Extensions: Show Built-in Extensions from VSCode's command palette
    2. Find TypeScript and JavaScript Language Features, right click and select Disable (Workspace)
  2. Reload the VSCode window by running Developer: Reload Window from the command palette.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published