Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 398 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 398 Bytes

豆瓣电影

使用vue.js+webpack+豆瓣api写的一个电影webapp,由于部分接口需要权限,豆瓣已经关闭了apikey的申请,最初计划做的一些功能没有实现

git clone https://github.com/liyahui/vue-movie.git

# 安装依赖模块
npm install

# 开发环境(localhost:8080)
npm run dev

# 发布代码
npm run build