All Projects → windlany → vue-douban

windlany / vue-douban

Licence: other
高仿豆瓣app

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to vue-douban

vue-iview-admin
admin template powered by vue & iview
Stars: ✭ 14 (-36.36%)
Mutual labels:  axios, vue-router
vue-template
🎉 一个集成了 webpack + vue-loader + vuex + axios 的自定义 vue-cli 模板,其中包含 webpack 热更新,linting,测试以及 css 处理器等内容
Stars: ✭ 25 (+13.64%)
Mutual labels:  axios, vue-router
vue-music
using Vue to Develop Mobile Project to Simulate “Baidu Music”(高仿百度音乐)
Stars: ✭ 27 (+22.73%)
Mutual labels:  axios, vue-router
cloud-music-mobile
This is a music player
Stars: ✭ 22 (+0%)
Mutual labels:  axios, vue-router
vue-element-admin-ts
vue-element-admin 的 typescript 版本
Stars: ✭ 101 (+359.09%)
Mutual labels:  axios, vue-router
fd-vue-webapp
A Vue.js web application for Freedomotic Open IoT framework
Stars: ✭ 63 (+186.36%)
Mutual labels:  axios, vue-router
element-ui-demo
A element-ui admin base on vue2
Stars: ✭ 18 (-18.18%)
Mutual labels:  axios, vue-router
Vue-CAMP
VueJS
Stars: ✭ 16 (-27.27%)
Mutual labels:  axios, vue-router
vue-iview-admin-template
Vue 2.0 admin template based on View UI
Stars: ✭ 43 (+95.45%)
Mutual labels:  axios, vue-router
vue-element-admin
Vuejs实例-Vuejs2.0全家桶结合ELementUI制作后台管理系统http://www.cnblogs.com/weiqinl/p/6873761.html
Stars: ✭ 97 (+340.91%)
Mutual labels:  axios, vue-router
vue-typescript-admin
Vue typescript 开发的基础模板,多页面支持,基础整合完毕。
Stars: ✭ 26 (+18.18%)
Mutual labels:  axios, vue-router
music
🎵vue 像素级还原mac客户端网易云音乐
Stars: ✭ 34 (+54.55%)
Mutual labels:  axios, vue-router
vue-admin-work
🎉🎉🚀🚀🚀🚀vue-admin-work是一个中后台系统管理方案。使用 vue2.x 及周边全家桶工具开发而来。支持多种功能,不同角色权限🚀🚀🚀🎉🎉
Stars: ✭ 74 (+236.36%)
Mutual labels:  axios, vue-router
Vue-NetEaseCloudMusic
vue,vuex ,vue-router,music
Stars: ✭ 95 (+331.82%)
Mutual labels:  axios, vue-router
shopping-cart
A vue.js project for shopping cart.
Stars: ✭ 57 (+159.09%)
Mutual labels:  axios, vue-router
vite-vue3-starter
⭐ A Vite 2.x + Vue 3.x + TypeScript template starter
Stars: ✭ 384 (+1645.45%)
Mutual labels:  axios, vue-router
Vue2.x-mobileSystem
基于Vue2.0的移动端项目,项目没有使用vue-cli,全部手写,让小白更容易学习理解
Stars: ✭ 72 (+227.27%)
Mutual labels:  axios, vue-router
vue-webpack-boilerplate
A webpack boilerplate with vue-loader, axios, vue-router and vuex
Stars: ✭ 51 (+131.82%)
Mutual labels:  axios, vue-router
admin-antd-vue
Vue3.x + Ant Design Admin template (vite/webpack)
Stars: ✭ 111 (+404.55%)
Mutual labels:  axios, vue-router
login push
vue+koa2+jwt实现单点登录 + todolist增删改查
Stars: ✭ 20 (-9.09%)
Mutual labels:  axios, vue-router

v-douban

vue全家桶实现基于豆瓣api高仿豆瓣app手机版,由于部分API不开放所以包含三个版块:电影、图书、音乐。

效果图

技术栈

  • vue
  • vue-router
  • vuex
  • axios
  • node(代理服务器,解决跨域)

主要目录结构

  • src
    • components
      • base -------------- 公用组件
      • book -------------- 图书版块
      • movie -------------- 电影版块
      • music -------------- 音乐版块
    • router
      • index.js -------------- 路由
    • vuex
      • module
        • book.js -------------- 图书状态管理
        • movie.js -------------- 电影状态管理
        • music.js -------------- 音乐状态管理 -vuex.js
    • App.vue
    • main.js
  • static -------------- 静态资源
  • server.js -------------- node代理,解决跨域

已完成

  • 电影版块
  • 图书版块
  • 音乐版块

运行项目

# clone项目到本地
git clone https://github.com/windlany/vue-douban.git

# 安装项目依赖
npm install

# 运行项目
npm run dev

# 运行代理服务器
npm run node
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].