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();
});