Initial commit
parents
Showing
.gitignore
0 → 100644
.vscode/extensions.json
0 → 100644
README.md
0 → 100644
index.html
0 → 100644
jsconfig.json
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
| { | ||
| "name": "fusion_agent_web", | ||
| "version": "0.0.0", | ||
| "private": true, | ||
| "type": "module", | ||
| "scripts": { | ||
| "dev": "vite", | ||
| "build": "vite build", | ||
| "preview": "vite preview" | ||
| }, | ||
| "dependencies": { | ||
| "@vue/compiler-dom": "^3.5.17", | ||
| "@vue/runtime-dom": "^3.5.17", | ||
| "echarts": "^5.6.0", | ||
| "markdown-it": "^14.1.0", | ||
| "marked": "^16.0.0", | ||
| "vue": "^3.5.13", | ||
| "vue-router": "^4.5.1", | ||
| "vue3-sfc-loader": "^0.9.5" | ||
| }, | ||
| "devDependencies": { | ||
| "@vitejs/plugin-vue": "^5.2.3", | ||
| "autoprefixer": "^10.4.21", | ||
| "postcss": "^8.5.4", | ||
| "tailwindcss": "^3.4.1", | ||
| "vite": "^6.2.4", | ||
| "vite-plugin-vue-devtools": "^7.7.2" | ||
| } | ||
| } |
postcss.config.js
0 → 100644
public/favicon.ico
0 → 100644
4.19 KB
src/App.vue
0 → 100644
src/assets/base.css
0 → 100644
src/assets/logo.svg
0 → 100644
src/assets/main.css
0 → 100644
src/assets/theme.css
0 → 100644
src/main.js
0 → 100644
src/pages/chat/chat.vue
0 → 100644
src/pages/chat/index.vue
0 → 100644
src/router/index.js
0 → 100644
tailwind.config.js
0 → 100644
vite.config.js
0 → 100644