]> git.ipfire.org Git - pbs.git/commit
frontend: Create a new vue.js application
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 19 Jun 2025 15:07:09 +0000 (15:07 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 19 Jun 2025 15:07:09 +0000 (15:07 +0000)
commitf86fe94dffa4deb47a8f894d821dfc60971473c2
tree2d64bc144a8fdab2746e0083eca86663ad54abfc
parent919937a85f4bff9931c99bdbe5a8209dfb396ad0
frontend: Create a new vue.js application

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
26 files changed:
Makefile.am
frontend/.gitignore [new file with mode: 0644]
frontend/.vscode/extensions.json [new file with mode: 0644]
frontend/README.md [new file with mode: 0644]
frontend/env.d.ts [new file with mode: 0644]
frontend/index.html [new file with mode: 0644]
frontend/package-lock.json [new file with mode: 0644]
frontend/package.json [new file with mode: 0644]
frontend/public/favicon.ico [new file with mode: 0644]
frontend/src/App.vue [new file with mode: 0644]
frontend/src/assets/base.css [new file with mode: 0644]
frontend/src/assets/logo.svg [new file with mode: 0644]
frontend/src/assets/main.css [new file with mode: 0644]
frontend/src/components/HelloWorld.vue [new file with mode: 0644]
frontend/src/components/TheWelcome.vue [new file with mode: 0644]
frontend/src/components/WelcomeItem.vue [new file with mode: 0644]
frontend/src/components/icons/IconCommunity.vue [new file with mode: 0644]
frontend/src/components/icons/IconDocumentation.vue [new file with mode: 0644]
frontend/src/components/icons/IconEcosystem.vue [new file with mode: 0644]
frontend/src/components/icons/IconSupport.vue [new file with mode: 0644]
frontend/src/components/icons/IconTooling.vue [new file with mode: 0644]
frontend/src/main.ts [new file with mode: 0644]
frontend/tsconfig.app.json [new file with mode: 0644]
frontend/tsconfig.json [new file with mode: 0644]
frontend/tsconfig.node.json [new file with mode: 0644]
frontend/vite.config.ts [new file with mode: 0644]