-
- Downloads
init commit
parents
No related branches found
No related tags found
Showing
- frontend/src/components/HelloWorld.vue 41 additions, 0 deletionsfrontend/src/components/HelloWorld.vue
- frontend/src/components/TheWelcome.vue 88 additions, 0 deletionsfrontend/src/components/TheWelcome.vue
- frontend/src/components/WelcomeItem.vue 87 additions, 0 deletionsfrontend/src/components/WelcomeItem.vue
- frontend/src/components/__tests__/HelloWorld.spec.ts 11 additions, 0 deletionsfrontend/src/components/__tests__/HelloWorld.spec.ts
- frontend/src/components/icons/IconCommunity.vue 7 additions, 0 deletionsfrontend/src/components/icons/IconCommunity.vue
- frontend/src/components/icons/IconDocumentation.vue 7 additions, 0 deletionsfrontend/src/components/icons/IconDocumentation.vue
- frontend/src/components/icons/IconEcosystem.vue 7 additions, 0 deletionsfrontend/src/components/icons/IconEcosystem.vue
- frontend/src/components/icons/IconSupport.vue 7 additions, 0 deletionsfrontend/src/components/icons/IconSupport.vue
- frontend/src/components/icons/IconTooling.vue 19 additions, 0 deletionsfrontend/src/components/icons/IconTooling.vue
- frontend/src/main.ts 14 additions, 0 deletionsfrontend/src/main.ts
- frontend/src/router/index.ts 23 additions, 0 deletionsfrontend/src/router/index.ts
- frontend/src/stores/counter.ts 12 additions, 0 deletionsfrontend/src/stores/counter.ts
- frontend/src/views/AboutView.vue 15 additions, 0 deletionsfrontend/src/views/AboutView.vue
- frontend/src/views/HomeView.vue 9 additions, 0 deletionsfrontend/src/views/HomeView.vue
- frontend/tsconfig.app.json 14 additions, 0 deletionsfrontend/tsconfig.app.json
- frontend/tsconfig.json 17 additions, 0 deletionsfrontend/tsconfig.json
- frontend/tsconfig.node.json 19 additions, 0 deletionsfrontend/tsconfig.node.json
- frontend/tsconfig.vitest.json 11 additions, 0 deletionsfrontend/tsconfig.vitest.json
- frontend/vite.config.ts 20 additions, 0 deletionsfrontend/vite.config.ts
- frontend/vitest.config.ts 14 additions, 0 deletionsfrontend/vitest.config.ts
frontend/src/components/HelloWorld.vue
0 → 100644
frontend/src/components/TheWelcome.vue
0 → 100644
frontend/src/components/WelcomeItem.vue
0 → 100644
frontend/src/main.ts
0 → 100644
frontend/src/router/index.ts
0 → 100644
frontend/src/stores/counter.ts
0 → 100644
frontend/src/views/AboutView.vue
0 → 100644
frontend/src/views/HomeView.vue
0 → 100644
frontend/tsconfig.app.json
0 → 100644
frontend/tsconfig.json
0 → 100644
frontend/tsconfig.node.json
0 → 100644
frontend/tsconfig.vitest.json
0 → 100644
frontend/vite.config.ts
0 → 100644
frontend/vitest.config.ts
0 → 100644
Please register or sign in to comment