first commit
parents
Showing
.gitignore
0 → 100644
.vscode/extensions.json
0 → 100644
README.md
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
Click to expand it.
package.json
0 → 100644
| { | |||
| "name": "graducation", | |||
| "private": true, | |||
| "version": "0.0.0", | |||
| "type": "module", | |||
| "scripts": { | |||
| "dev": "vite", | |||
| "build": "vite build", | |||
| "preview": "vite preview" | |||
| }, | |||
| "dependencies": { | |||
| "amfe-flexible": "^2.2.1", | |||
| "axios": "^1.6.7", | |||
| "vant": "^4.8.3", | |||
| "vue": "^3.3.11", | |||
| "vue-router": "^4.2.5" | |||
| }, | |||
| "devDependencies": { | |||
| "@vitejs/plugin-vue": "^4.5.2", | |||
| "postcss": "^8.4.33", | |||
| "postcss-pxtorem": "^6.1.0", | |||
| "vite": "^5.0.8" | |||
| } | |||
| } |
postcss.config.cjs
0 → 100644
public/vite.svg
0 → 100644
src/App.vue
0 → 100644
src/api/my-account.js
0 → 100644
src/api/request.js
0 → 100644
src/assets/logo.png
0 → 100644
9.41 KB
src/assets/vue.svg
0 → 100644
src/components/HelloWorld.vue
0 → 100644
src/components/tabBar/index.vue
0 → 100644
src/main.js
0 → 100644
src/page/found/found.vue
0 → 100644
src/page/index/index.vue
0 → 100644
src/page/mine/mine.vue
0 → 100644
src/page/publish/publish.vue
0 → 100644
src/router/index.js
0 → 100644
src/style.css
0 → 100644
vite.config.js
0 → 100644