No description
  • JavaScript 50.1%
  • Vue 36.9%
  • PowerShell 11.7%
  • HTML 1.3%
Find a file
2026-02-08 21:51:58 +00:00
.vscode new vue 3 project with light gallery 2022-09-27 08:54:16 -07:00
public Added 2025 Huevember commision from L James 2025-11-09 15:26:53 -08:00
scripts Add image resize powershell script and thumbnails for the large reference images 2025-04-20 17:17:50 -07:00
src Added 2025 Huevember commision from L James 2025-11-09 15:26:53 -08:00
.eslintrc.cjs vite and vue npm updates 2024-02-03 15:37:02 -08:00
.gitignore vite and vue npm updates 2024-02-03 15:37:02 -08:00
.nojekyll Adding netlify build settings 2025-04-20 20:03:43 -07:00
.nvmrc Adding netlify build settings 2025-04-20 20:03:43 -07:00
.prettierrc.json vite and vue npm updates 2024-02-03 15:37:02 -08:00
index.html some dog updates 2023-06-30 21:07:11 -07:00
netlify.toml Adding netlify build settings 2025-04-20 20:03:43 -07:00
package-lock.json npm updates 2026-02-08 13:40:09 -08:00
package.json Bump vite from 6.3.2 to 6.3.4 2025-04-30 17:41:52 +00:00
README.md Add image resize powershell script and thumbnails for the large reference images 2025-04-20 17:17:50 -07:00
vite.config.js vite and vue npm updates 2024-02-03 15:37:02 -08:00

Dragons

https://ref.cookiedragons.com

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

Resize Images

.\scripts\imageResize.ps1 -Height 100 -MaintainRatio -ImagePath "public\images\dragon\2024\Foxis_Anthro_Clothing.png"