first push
parents
Showing
.gitignore
0 → 100644
.vscode/extensions.json
0 → 100644
README.md
0 → 100644
env.d.ts
0 → 100644
index.html
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": "emergency-project", | ||
| "version": "0.0.0", | ||
| "private": true, | ||
| "scripts": { | ||
| "dev": "vite", | ||
| "build": "run-p type-check \"build-only {@}\" --", | ||
| "preview": "vite preview", | ||
| "build-only": "vite build", | ||
| "type-check": "vue-tsc --build" | ||
| }, | ||
| "dependencies": { | ||
| "element-plus": "^2.9.1", | ||
| "pinia": "^2.3.0", | ||
| "swiper": "^11.1.15", | ||
| "vue": "^3.5.13", | ||
| "vue-router": "^4.5.0" | ||
| }, | ||
| "devDependencies": { | ||
| "@tsconfig/node22": "^22.0.0", | ||
| "@types/node": "^22.10.2", | ||
| "@vitejs/plugin-vue": "^5.2.1", | ||
| "@vue/tsconfig": "^0.7.0", | ||
| "autoprefixer": "^10.4.20", | ||
| "npm-run-all2": "^7.0.2", | ||
| "postcss": "^8.4.49", | ||
| "tailwindcss": "^3.4.17", | ||
| "typescript": "~5.6.3", | ||
| "vite": "^6.0.5", | ||
| "vite-plugin-vue-devtools": "^7.6.8", | ||
| "vue-tsc": "^2.1.10" | ||
| } | ||
| } |
postcss.config.js
0 → 100644
public/favicon.ico
0 → 100644
File added
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/tailwin.css
0 → 100644
src/layout/index.vue
0 → 100644
src/main.ts
0 → 100644
src/router/index.ts
0 → 100644
src/stores/counter.ts
0 → 100644
src/views/home/home/HomeView.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/home/hotnews/News.vue
0 → 100644
src/views/home/sxnews/ShanxiNews.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/home/tynews/TaiyuanNews.vue
0 → 100644
This diff is collapsed.
Click to expand it.
src/views/py/PyHome.vue
0 → 100644
This diff is collapsed.
Click to expand it.
tailwind.config.js
0 → 100644
tsconfig.app.json
0 → 100644
tsconfig.json
0 → 100644
tsconfig.node.json
0 → 100644
vite.config.ts
0 → 100644
Please
register
or
sign in
to comment