https://github.com/isolcat/icmedia
🪄Vue3.2移动端多媒体展示平台
https://github.com/isolcat/icmedia
axios mock pinia typescript vant3 vue-router vue3 vuejs
Last synced: about 1 year ago
JSON representation
🪄Vue3.2移动端多媒体展示平台
- Host: GitHub
- URL: https://github.com/isolcat/icmedia
- Owner: isolcat
- License: mit
- Created: 2022-07-19T03:14:21.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T02:56:29.000Z (over 3 years ago)
- Last Synced: 2025-03-29T00:25:36.262Z (about 1 year ago)
- Topics: axios, mock, pinia, typescript, vant3, vue-router, vue3, vuejs
- Language: TypeScript
- Homepage:
- Size: 1.39 MB
- Stars: 58
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 移动端多媒体平台
## 技术栈
- Vue3.2
- typescript
- vant3
- mock.js
- axios
- vue-router
- pinia
## 本地运行
```bash
# clone到本地
git@github.com:isolcat/icMedia.git
# 安装项目依赖
npm install
# 运行项目并复制http://localhost:8080到浏览器中
npm run serve
```