init
parents
Showing
.gitignore
0 → 100644
README.md
0 → 100644
env.d.ts
0 → 100644
index.html
0 → 100644
package.json
0 → 100644
{ | ||
"name": "c-w-im-visualization-ts", | ||
"version": "0.0.0", | ||
"private": true, | ||
"type": "module", | ||
"scripts": { | ||
"dev": "vite", | ||
"build": "run-p type-check \"build-only {@}\" --", | ||
"preview": "vite preview", | ||
"build-only": "vite build", | ||
"type-check": "vue-tsc --build --force" | ||
}, | ||
"dependencies": { | ||
"@antv/g2": "^5.1.20", | ||
"d3": "latest", | ||
"netv": "latest", | ||
"vue": "^3.4.21" | ||
}, | ||
"devDependencies": { | ||
"@tsconfig/node20": "^20.1.4", | ||
"@types/d3": "^7.4.3", | ||
"@types/node": "^20.12.5", | ||
"@vitejs/plugin-vue": "^5.0.4", | ||
"@vue/tsconfig": "^0.5.1", | ||
"npm-run-all2": "^6.1.2", | ||
"typescript": "~5.4.0", | ||
"vite": "^5.2.8", | ||
"vue-tsc": "^2.0.11" | ||
} | ||
} |
public/favicon.ico
0 → 100644
File added
src/App.vue
0 → 100644
src/assets/demo-config.json
0 → 100644
src/assets/demo-n-1000.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/demo-n-2000.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/assets/demo-n-400.json
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/components/Canvas.vue
0 → 100644
src/components/Charts.vue
0 → 100644
src/main.ts
0 → 100644
src/scripts/data.ts
0 → 100644
src/scripts/data_types.d.ts
0 → 100644
src/scripts/draw_canvas.ts
0 → 100644
tsconfig.app.json
0 → 100644
tsconfig.json
0 → 100644
tsconfig.node.json
0 → 100644
utils/data_gen.py
0 → 100644
vite.config.ts
0 → 100644
Please
register
or
sign in
to comment