Go to file
lwcrosier a1afcacfe5 12/03/2025 2025-12-03 21:25:58 -05:00
.vscode init 2025-11-19 18:33:04 -05:00
public init 2025-11-19 18:33:04 -05:00
src 12/03/2025 2025-12-03 21:25:58 -05:00
.gitignore init 2025-11-19 18:33:04 -05:00
Notes 12/03/2025 2025-12-03 21:25:58 -05:00
README.md init 2025-11-19 18:33:04 -05:00
caddy-admin.json 12/03/2025 2025-12-03 21:25:58 -05:00
caddy-admin.sh 12/03/2025 2025-12-03 21:25:58 -05:00
index.html init 2025-11-19 18:33:04 -05:00
jsconfig.json init 2025-11-19 18:33:04 -05:00
package-lock.json added popper.js; importing bootstrap and popper to main.js; Added ConfigView.vue to start viewing config of Caddy 2025-11-19 19:02:09 -05:00
package.json added popper.js; importing bootstrap and popper to main.js; Added ConfigView.vue to start viewing config of Caddy 2025-11-19 19:02:09 -05:00
vite.config.js init 2025-11-19 18:33:04 -05:00
vitest.config.js init 2025-11-19 18:33:04 -05:00

README.md

caddyui

This template should help get you started developing with Vue 3 in Vite.

VS Code + Vue (Official) (and disable Vetur).

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

Run Unit Tests with Vitest

npm run test:unit