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 Systembug ! Useyarnto build this application! -
Fix
NET_STATUSbug ! whenNET ERRORhappend, can't returnHomePage! Now We can ! Seesrc/router/index.js
router.beforeEach((to, from, next) => {
store.commit(types.NET_STATUS, '');
next();
});