From 00b8d01cff54b3fcc8a82dc6b4ad41dc9dfc9ef4 Mon Sep 17 00:00:00 2001 From: FragginWagon Date: Wed, 28 Jan 2026 23:03:39 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20Update=20README=20to=20reflect?= =?UTF-8?q?=20migration=20from=20React=20to=20Vue=20and=20include=20releva?= =?UTF-8?q?nt=20documentation=20links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/websites/pokedex.online/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/code/websites/pokedex.online/README.md b/code/websites/pokedex.online/README.md index 8ac0730..c10fd46 100644 --- a/code/websites/pokedex.online/README.md +++ b/code/websites/pokedex.online/README.md @@ -221,13 +221,14 @@ npm run test:coverage - No sensitive data stored in code - Environment variables for configuration - Content Security Policy headers -- XSS protection via React escaping +- XSS protection via Vue's template escaping - CSRF tokens for API requests ## 📚 Documentation - [PROGRESS.md](./PROGRESS.md) - Development status and completion details -- [React Docs](https://react.dev) +- [Vue 3 Docs](https://vuejs.org/) +- [Vue Router Docs](https://router.vuejs.org/) - [Vite Docs](https://vitejs.dev) - [Vitest Docs](https://vitest.dev)