Auto Commit
Showing
README.md
0 → 100644
index.html
0 → 100644
init.sh
0 → 100644
{ | ||
"name": "nodejs", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"name": "my-vue3-vite-project", | ||
"private": true, | ||
"version": "0.0.0", | ||
"type": "module", | ||
"scripts": { | ||
"dev": "node index.js", | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"dev": "vite", | ||
"build": "vite build", | ||
"preview": "vite preview" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"dependencies": { | ||
"@types/node": "^18.0.6", | ||
"node-fetch": "^3.2.6" | ||
} | ||
"axios": "^1.4.0", | ||
"element-plus": "^2.2.5", | ||
"less": "^4.1.3", | ||
"less-loader": "^7.3.0", | ||
"mitt": "^3.0.0", | ||
"nprogress": "^0.2.0", | ||
"pinia": "^2.0.14", | ||
"vue": "^3.2.47", | ||
"vue-router": "^4.1.6" | ||
}, | ||
"devDependencies": { | ||
"@vitejs/plugin-vue": "^4.1.0", | ||
"typescript": "^4.7.2", | ||
"vite": "^4.3.2" | ||
} | ||
\ No newline at end of file | ||
} |
public/vite.svg
0 → 100644
server.jar
0 → 100644
文件已添加
src/App.vue
0 → 100644
src/api/index.js
0 → 100644
src/assets/logo.png
0 → 100644
6.7 KB
src/components/Header.vue
0 → 100644
src/main.js
0 → 100644
src/pages/Detail/index.vue
0 → 100644
src/pages/HeadlineNews/index.vue
0 → 100644
src/pages/Login/index.vue
0 → 100644
src/pages/Register/index.vue
0 → 100644
src/routers/index.js
0 → 100644
src/routers/routes.js
0 → 100644
src/stores/index.js
0 → 100644
src/stores/userInfo.js
0 → 100644
src/utils/request.js
0 → 100644
src/utils/token-utils.ts
0 → 100644
vite.config.js
0 → 100644