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", | "name": "vuejs-with-vite", | ||
| "version": "1.0.0", | "version": "0.0.1", | ||
| "description": "", | "description": "", | ||
| "main": "index.js", | "main": "index.js", | ||
| "type": "module", | |||
| "scripts": { | "scripts": { | ||
| "dev": "node index.js", | "dev": "vite", | ||
| "build": "vite build", | |||
| "preview": "vite preview --port 4173", | |||
| "test": "echo \"Error: no test specified\" && exit 1" | "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | }, | ||
| "keywords": [], | "keywords": [], | ||
| "author": "", | "author": "", | ||
| "license": "ISC", | "license": "ISC", | ||
| "dependencies": { | "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", | "@types/node": "^18.0.6", | ||
| "node-fetch": "^3.2.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