初始化
parents
Showing
.gitignore
0 → 100644
.vscode/extensions.json
0 → 100644
README.md
0 → 100644
env.d.ts
0 → 100644
global.d.ts
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
{ | |||
"name": "voltaic", | |||
"version": "0.0.0", | |||
"private": true, | |||
"type": "module", | |||
"scripts": { | |||
"dev": "vite --mode=dev", | |||
"build": "run-p type-check \"build-only {@}\" --", | |||
"preview": "vite preview", | |||
"build-only": "vite build", | |||
"type-check": "vue-tsc --build --force" | |||
}, | |||
"dependencies": { | |||
"axios": "^1.6.7", | |||
"element-plus": "^2.6.1", | |||
"pinia": "^2.1.7", | |||
"vue": "^3.4.21", | |||
"vue-router": "^4.3.0" | |||
}, | |||
"devDependencies": { | |||
"@tsconfig/node20": "^20.1.2", | |||
"@types/node": "^20.11.25", | |||
"@vitejs/plugin-vue": "^5.0.4", | |||
"@vue/tsconfig": "^0.5.1", | |||
"npm-run-all2": "^6.1.2", | |||
"typescript": "~5.4.0", | |||
"vite": "^5.1.5", | |||
"vue-tsc": "^2.0.6" | |||
} | |||
} | |||
\ No newline at end of file |
public/favicon.ico
0 → 100644
4.19 KB
src/App.vue
0 → 100644
src/assets/base.css
0 → 100644
src/assets/img/box.png
0 → 100644
3.34 KB
src/assets/logo.svg
0 → 100644
src/assets/main.css
0 → 100644
src/components/direct.vue
0 → 100644
src/components/exchange.vue
0 → 100644
src/components/grid.vue
0 → 100644
src/components/index.vue
0 → 100644
src/main.ts
0 → 100644
src/router/index.ts
0 → 100644
src/stores/counter.ts
0 → 100644
src/utils/api.ts
0 → 100644
src/utils/axios.ts
0 → 100644
src/utils/status.ts
0 → 100644
tsconfig.app.json
0 → 100644
tsconfig.json
0 → 100644
tsconfig.node.json
0 → 100644
vite.config.ts
0 → 100644