Go to file
lwcrosier c310a143ba Cleaned initial project files. Added Bootstrap 5 2025-11-19 18:54:31 -05:00
.vscode init 2025-11-19 18:33:04 -05:00
public init 2025-11-19 18:33:04 -05:00
src Cleaned initial project files. Added Bootstrap 5 2025-11-19 18:54:31 -05:00
.gitignore init 2025-11-19 18:33:04 -05:00
README.md init 2025-11-19 18:33:04 -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 Cleaned initial project files. Added Bootstrap 5 2025-11-19 18:54:31 -05:00
package.json Cleaned initial project files. Added Bootstrap 5 2025-11-19 18:54:31 -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