第一次提交
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
Click to expand it.
package.json
0 → 100644
{ | |||
"name": "vue3-ts-gojs", | |||
"private": true, | |||
"version": "0.0.0", | |||
"type": "module", | |||
"scripts": { | |||
"dev": "vite", | |||
"build": "vue-tsc && vite build", | |||
"preview": "vite preview" | |||
}, | |||
"dependencies": { | |||
"vue": "^3.4.21" | |||
}, | |||
"devDependencies": { | |||
"@types/jquery": "^3.5.30", | |||
"@vitejs/plugin-vue": "^5.0.4", | |||
"gojs": "^3.0.3", | |||
"typescript": "^5.4.5", | |||
"vite": "^5.2.0", | |||
"vue-tsc": "^2.0.6" | |||
} | |||
} |
public/vite.svg
0 → 100644
src/App.vue
0 → 100644
src/assets/vue.svg
0 → 100644
src/components/HelloGojs.vue
0 → 100644
src/components/Shape.vue
0 → 100644
src/components/TextBlocks.vue
0 → 100644
src/components/ruMeng.vue
0 → 100644
src/main.ts
0 → 100644
src/style.css
0 → 100644
src/vite-env.d.ts
0 → 100644
tsconfig.json
0 → 100644
tsconfig.node.json
0 → 100644
vite.config.ts
0 → 100644
Please
register
or
sign in
to comment