Skip to content

Commit e01d7c7

Browse files
author
b
committed
pre p5-vue
1 parent 69c1ff9 commit e01d7c7

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,9 @@ Cargo.lock
1212

1313
# MSVC Windows builds of rustc generate these, which store debugging information
1414
*.pdb
15+
16+
node_modules/*
17+
dist/*
18+
**/*.pyc
19+
20+
bun.lockb

src/App.vue

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
<script setup lang="ts">
22
import CommandLineInterface from './components/CommandLineInterface.vue';
33
import PromptExecutionLogo from './components/PromptExecutionLogo.vue';
4-
// import HelloWorld from './components/HelloWorld.vue'
54
</script>
65

76
<template>
87
<div>
98
<PromptExecutionLogo />
10-
11-
<!-- <a href="https://vitejs.dev" target="_blank">
12-
<img src="/vite.svg" class="logo" alt="Vite logo" />
13-
</a>
14-
<a href="https://vuejs.org/" target="_blank">
15-
<img src="./assets/vue.svg" class="logo vue" alt="Vue logo" />
16-
</a> -->
179
</div>
1810
<CommandLineInterface />
1911
<!-- <HelloWorld msg="Vitex + Vue" /> -->

0 commit comments

Comments
 (0)