An open API service indexing awesome lists of open source software.

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移动端多媒体展示平台

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
```