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

https://github.com/linmoqc/myspace-lin

一个用Vue写的前端小项目
https://github.com/linmoqc/myspace-lin

Last synced: 6 months ago
JSON representation

一个用Vue写的前端小项目

Awesome Lists containing this project

README

          

# LinMo-Space

一个用Vue完成的前端小项目

## 项目介绍

技术栈:Vue2 + Element UI + Axios + Vue-Router + Vuex

- 关于我页面用到了[**BotUI.js**](https://github.com/botui/botui)
- 瀑布流页面用到了[**vue-waterfall2**](https://github.com/AwesomeDevin/vue-waterfall2)

项目还存在一些BUG,例如连续点击前进音乐会报错,部分代码冗余等等,后期可能会维护,本来打算做个前后端的项目,精力没有那么多

## 预览

### Home

![](https://raw.githubusercontent.com/Karensky/myspace-Lin/master/public/imgs/text1.png)

### About

![](https://raw.githubusercontent.com/Karensky/myspace-Lin/master/public/imgs/text2.png)

### Music

![](https://raw.githubusercontent.com/Karensky/myspace-Lin/master/public/imgs/text3.png)

### Images

![](https://raw.githubusercontent.com/Karensky/myspace-Lin/master/public/imgs/text4.png)

## 开始使用

### 安装

```bash
//安装依赖
yarn install

//启动
yarn serve
```