This commit is contained in:
Mark Eaton
2026-04-02 13:06:43 +00:00
parent 075c12f6e2
commit e5ef584165
+1 -1
View File
@@ -13,7 +13,7 @@
- use Vue.js as a framework
- use Bootstrap or Quasar for CSS/UI. Load via CDN script tags, not npm.
- no JS testing framework for now. Do not add Jest, Vitest, or similar unless asked.
- do not use var constructions in most circumstances. Prefer let and const.
- do not use `var` constructions in most circumstances. Prefer `let` and `const`.
## HTML/CSS
- use semantic HTML elements (`<nav>`, `<main>`, `<header>`, `<button>`, `<form>`) instead of generic `<div>` and `<span>`.