init
parents
Showing
.gitignore
0 → 100644
.vscode/extensions.json
0 → 100644
README.md
0 → 100644
gen_json/example1.xlsx
0 → 100644
File added
gen_json/example2.xlsx
0 → 100644
File added
gen_json/example3.xlsx
0 → 100644
File added
gen_json/export.py
0 → 100644
index.html
0 → 100644
package.json
0 → 100644
| { | ||
| "name": "exceltable", | ||
| "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": { | ||
| "@vitejs/plugin-vue": "^5.0.4", | ||
| "typescript": "^5.2.2", | ||
| "vite": "^5.2.0", | ||
| "vue-tsc": "^2.0.6" | ||
| } | ||
| } |
pnpm-lock.yaml
0 → 100644
This diff is collapsed.
Click to expand it.
public/vite.svg
0 → 100644
src/App.vue
0 → 100644
src/assets/example1.json
0 → 100644
src/assets/example2.json
0 → 100644
src/assets/example3.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/table1.json
0 → 100644
src/assets/table2.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/table3.json
0 → 100644
This diff is collapsed.
Click to expand it.
src/assets/vue.svg
0 → 100644
src/components/ExcelTable.vue
0 → 100644
src/components/ExcelTable_old.vue
0 → 100644
src/components/HelloWorld.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