hako/webapp
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Felipe M. 4fcf97c9fd
Some checks failed
CI / goreleaser-lint (pull_request) Successful in 15s
CI / format (pull_request) Successful in 2m19s
CI / lint (pull_request) Successful in 3m53s
CI / test (pull_request) Failing after 3m26s
CI / e2e (pull_request) Failing after 1m39s
CI / build (pull_request) Successful in 3m59s
fix: use all:dist embed directive to include dot-files
2026-04-07 18:26:06 +02:00
..
dist fix: add .gitkeep to webapp/dist for go:embed compatibility 2026-04-07 18:21:23 +02:00
public feat: search 2026-01-18 09:51:25 +01:00
src feat: add user administration API and UI 2026-04-02 10:33:36 +02:00
.gitignore initial boilerplate 2026-01-03 11:43:21 +01:00
bun.lock chore: container deployment and updated readme 2026-01-12 21:08:33 +01:00
embed.go fix: use all:dist embed directive to include dot-files 2026-04-07 18:26:06 +02:00
eslint.config.mjs feat: add ESLint configuration for Vue and TypeScript with linting scripts in package.json 2026-01-06 09:56:45 +01:00
index.html feat: search 2026-01-18 09:51:25 +01:00
package-lock.json feat: rules admin 2026-01-12 19:33:08 +01:00
package.json feat: rules admin 2026-01-12 19:33:08 +01:00
postcss.config.js feat: initial version of the webapp structure 2026-01-04 11:29:44 +01:00
README.md initial boilerplate 2026-01-03 11:43:21 +01:00
tailwind.config.js feat: initial version of the webapp structure 2026-01-04 11:29:44 +01:00
tsconfig.app.json initial boilerplate 2026-01-03 11:43:21 +01:00
tsconfig.json initial boilerplate 2026-01-03 11:43:21 +01:00
tsconfig.node.json initial boilerplate 2026-01-03 11:43:21 +01:00
vite.config.ts chore: lint 2026-01-06 09:59:32 +01:00

Vue 3 + TypeScript + Vite

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

Learn more about the recommended Project Setup and IDE Support in the Vue Docs TypeScript Guide.