No description
Find a file
isUnknown 052c6958f3
Some checks failed
Deploy / Build and Deploy to Production (push) Failing after 26s
feat: configure CI/CD with Forgejo Actions
- Add Forgejo workflow for automated build and deploy
- Build creates dist/ from public/ then adds Vue app build
- Configure Vite to build to dist/assets/dist with fixed filenames
- Deploy entire dist/ directory to production via FTP
- Add workflow documentation with FTP setup instructions

The workflow mirrors the GitLab CI approach: dist/ is created during build
and synchronized to production root on every push to main.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-11 13:39:32 +01:00
.forgejo/workflows feat: configure CI/CD with Forgejo Actions 2025-12-11 13:39:32 +01:00
.vscode init with kirby, vue and pagedjs interactive 2025-11-24 14:01:48 +01:00
public merge 2025-12-11 13:39:23 +01:00
src merge 2025-12-11 13:39:23 +01:00
.gitignore init with kirby, vue and pagedjs interactive 2025-11-24 14:01:48 +01:00
claude.md init with kirby, vue and pagedjs interactive 2025-11-24 14:01:48 +01:00
index.html init with kirby, vue and pagedjs interactive 2025-11-24 14:01:48 +01:00
package-lock.json fonts & colors 2025-12-09 14:05:53 +01:00
package.json feat: add automatic CSS formatting with Prettier 2025-12-05 16:23:42 +01:00
README.md init with kirby, vue and pagedjs interactive 2025-11-24 14:01:48 +01:00
vite.config.js feat: configure CI/CD with Forgejo Actions 2025-12-11 13:39:32 +01:00

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Learn more about IDE Support for Vue in the Vue Docs Scaling up Guide.