Auto Commit
Showing
api.js
0 → 100644
index.html
0 → 100644
index.js
已删除
100644 → 0
logo.png
0 → 100644
94.5 KB
logo.svg
0 → 100644
main.css
0 → 100644
main.js
0 → 100644
| { | ||
| "name": "nodejs", | ||
| "version": "1.0.0", | ||
| "description": "", | ||
| "main": "index.js", | ||
| "scripts": { | ||
| "dev": "node index.js", | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | ||
| "keywords": [], | ||
| "author": "", | ||
| "license": "ISC", | ||
| "dependencies": { | ||
| "@types/node": "^18.0.6", | ||
| "node-fetch": "^3.2.6" | ||
| } | ||
| "name": "vuejs-with-vite", | ||
| "version": "0.0.1", | ||
| "description": "", | ||
| "main": "index.js", | ||
| "type": "module", | ||
| "scripts": { | ||
| "dev": "vite", | ||
| "build": "vite build", | ||
| "preview": "vite preview --port 4173", | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | ||
| "keywords": [], | ||
| "author": "", | ||
| "license": "ISC", | ||
| "dependencies": { | ||
| "@microsoft/fetch-event-source": "^2.0.1", | ||
| "axios": "^1.4.0", | ||
| "guess": "^1.0.2", | ||
| "view-ui-plus": "^1.3.12", | ||
| "vue": "^3.2.37", | ||
| "@types/node": "^18.0.6", | ||
| "node-fetch": "^3.2.6" | ||
| }, | ||
| "devDependencies": { | ||
| "@vitejs/plugin-vue": "^6.0.0", | ||
| "vite": "^5.4.19", | ||
| "vite-plugin-vue-devtools": "^7.7.7" | ||
| } | ||
| \ No newline at end of file | ||
| } | ||
| \ No newline at end of file |
src/App.vue
0 → 100644
src/assets/base.css
0 → 100644
vite.config.mjs
0 → 100644