tag code
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
- use Vue.js as a framework
|
- use Vue.js as a framework
|
||||||
- use Bootstrap or Quasar for CSS/UI. Load via CDN script tags, not npm.
|
- 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.
|
- 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
|
## HTML/CSS
|
||||||
- use semantic HTML elements (`<nav>`, `<main>`, `<header>`, `<button>`, `<form>`) instead of generic `<div>` and `<span>`.
|
- use semantic HTML elements (`<nav>`, `<main>`, `<header>`, `<button>`, `<form>`) instead of generic `<div>` and `<span>`.
|
||||||
|
|||||||
Reference in New Issue
Block a user