项目作者: eidonlon

项目描述 :
使用vue 做的一个h5 app。Using Vue to imitate a app.
高级语言: JavaScript
项目地址: git://github.com/eidonlon/imitate-beautiful-thing.git


imitate-beautiful-thing

Using Vue to imitate a app.

简介:这是一个使用vue全家桶做的一个app demo,纯粹学习而已。

移动端扫描下方二维码看效果

二维码

用到的技术

vue2 + vue-router + axios + webpack + express

后台接口数据

​用express 搭建的后台,因为没有数据库,所使用的数据是读取的本地json 文件,数据采集的有限,所以都是重复利用的,看到刷新到重复数据不要惊讶,这不是bug ​:scared:​ ]。

运行项目

  1. #先克隆项目
  2. git clone https://github.com/eidonlon/imitate-beautiful-thing.git
  3. #进入文件夹
  4. cd imitate-beautiful-thing
  5. #安装依赖
  6. npm install
  7. #运行
  8. npm run dev
  9. #请在chrome下调成手机模式预览
  10. #另,项目打包[此处只打包了前端的代码,后台并没有一起被打包]
  11. npm run build

效果演示

线上效果请戳这里;(在chrome下请调成手机模式预览);

效果gif:

效果

部分截图

首页

home

作品

menu

设计师

music

我的

read

详情

read

看到这里,给个star 吧。

Build Setup

``` bash

install dependencies

npm install

serve with hot reload at localhost:8080

npm run dev

build for production with minification

npm run build

build for production and view the bundle analyzer report

npm run build —report