https://github.com/ethanz-code/sdts2026-achievement
SDTS 2026 Teaching Achievement Showcase
https://github.com/ethanz-code/sdts2026-achievement
Last synced: 6 days ago
JSON representation
SDTS 2026 Teaching Achievement Showcase
- Host: GitHub
- URL: https://github.com/ethanz-code/sdts2026-achievement
- Owner: ethanz-code
- Created: 2026-06-20T02:59:51.000Z (13 days ago)
- Default Branch: main
- Last Pushed: 2026-06-23T05:32:45.000Z (10 days ago)
- Last Synced: 2026-06-23T07:15:31.483Z (10 days ago)
- Language: Vue
- Size: 94.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SDTS 2026 Teaching Achievement Showcase
A teaching achievement exhibition platform built with Vue 3 + Vite + Element Plus.
## Tech Stack
- **Framework:** Vue 3 (Composition API)
- **Build Tool:** Vite 5
- **UI Library:** Element Plus
- **Icons:** @element-plus/icons-vue
- **Router:** Vue Router 4
- **Preprocessor:** Sass
## Development
```bash
npm install
npm run dev
```
## Build
```bash
npm run build
npm run preview
```