Skip to content

Releases: xingbofeng/douban-movie

douban-movie v1.3.0

24 May 18:24
Compare
Choose a tag to compare

Our douban-movie-app released v1.3.0!
🚀 New

douban-movie v1.2.1

09 May 05:29
Compare
Choose a tag to compare

Our douban-movie-app released v1.2.1!
🚀 New

🐛 Fixed

  • Fix following bug about src/components/Common/TopHeader.vue!

image

douban-movie v1.2

08 May 03:15
Compare
Choose a tag to compare

Our douban-movie-app released v1.2!
🚀 New

  • Add user's comments, star others' comments!
  • Add apikey, so that you can access this application without the limit of douban api,which is 40 times/minute.

🐛 Fixed

app.get('/*', (req, res) => {
  res.sendFile(`${__dirname}/index.html`);
});
  • #2 @ZebraSu, fix cant work on my windows System bug ! Use yarn to build this application!

  • Fix NET_STATUS bug ! when NET ERROR happend, can't return HomePage ! Now We can ! See src/router/index.js

router.beforeEach((to, from, next) => {
  store.commit(types.NET_STATUS, '');
  next();
});

douban-movie v1.1

07 May 12:24
Compare
Choose a tag to compare

Our douban-movie-app released v1.1!
📦 Use yarn
Hear is some new function and technology stack of it:

  • use yarn to build this app.

douban-movie v1.0

07 May 12:15
Compare
Choose a tag to compare

Our douban-movie-app released v1.0!

🚀 New

Hear is some function and technology stack of it:

  • vue + vuex+ vue-router vue based project
  • webpack + webpack-dev-server + http-proxy-middleware dev environment we use webpack-dev-server and http-proxy-middleware.
  • express + http-proxy-middleware online we use express and http-proxy-middleware
  • iView UI components library
  • vue-lazyload help us lazyload images
  • rem + flex + grid responsive layout in mobile