Releases: xingbofeng/douban-movie
Releases · xingbofeng/douban-movie
douban-movie v1.3.0
Our douban-movie-app released v1.3.0!
🚀 New
- Add Comments! Now you can see comments of the movie, go
src/containers/Comments.vue
to see the f23edd2126321cb5ef06ced67639041ff490f82c! - Add Reviews! Now you can see reviews of the movie, go
src/containers/Review.vue
to see the 6538247d166b7e8482717c7b9cb230e9437f4f7e! - Add Photos! Now you can see photos of the movie, go
src/containers/MovieDetail.vue
to see the 8c2b0d707de36ed383c886ba6d677eb5581a019b!
douban-movie v1.2.1
Our douban-movie-app released v1.2.1!
🚀 New
Https
! Now you can experience this application on https://douban.xingbofeng.com.
🐛 Fixed
- Fix following bug about
src/components/Common/TopHeader.vue
!
douban-movie v1.2
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 ! Useyarn
to build this application! -
Fix
NET_STATUS
bug ! whenNET ERROR
happend, can't returnHomePage
! Now We can ! Seesrc/router/index.js
router.beforeEach((to, from, next) => {
store.commit(types.NET_STATUS, '');
next();
});
douban-movie v1.1
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
Our douban-movie-app released v1.0!
🚀 New
Hear is some function and technology stack of it:
vue
+vuex
+vue-router
vue based projectwebpack
+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-middlewareiView
UI components libraryvue-lazyload
help us lazyload imagesrem
+flex
+grid
responsive layout in mobile