Xingbofeng Douban Movie Versions Save

:movie_camera:The douban-movie Application built with webpack + vue + vuex + vue-router + iView.

1.3.0

6 years ago

Our douban-movie-app released v1.3.0! :rocket: New

1.2.1

7 years ago

Our douban-movie-app released v1.2.1! :rocket: New

:bug: Fixed

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

image

1.2

7 years ago

Our douban-movie-app released v1.2! :rocket: 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.

:bug: Fixed

  • #1 @worldask , fix 404 bug ! See server/index.js:
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();
});

1.1

7 years ago

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

  • use yarn to build this app.

1.0

7 years ago

Our douban-movie-app released v1.0!

:rocket: 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