vue2_blog icon indicating copy to clipboard operation
vue2_blog copied to clipboard

使用vue2.x + vue-cli +vue-router+ vuex + axios + mysql + express + pm2 + webpack+nginx构建的具有登录,注册,留言,用户发帖,用户评论等功能的SPA Blog。注意,注意,注意,后端API全部自己手写,很适合刚学...

Results 10 vue2_blog issues
Sort by recently updated
recently updated
newest added

Error: Cannot find module 'has-ansi' at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:15) at Function.Module._load (internal/modules/cjs/loader.js:507:25) at Module.require (internal/modules/cjs/loader.js:637:17) at require (internal/modules/cjs/helpers.js:22:18) at Object. (D:\vueTest\vue2_blog-master\node_modules\[email protected]@chalk\index.js:5:15) at Module._compile (internal/modules/cjs/loader.js:689:30) at Object.Module._extensions..js (internal/modules/cjs/loader.js:700:10) at Module.load (internal/modules/cjs/loader.js:599:32) at...

该标签与嵌套错误会导致项目跑不起来。

[HPM] Proxy created:/api ->http://localhost:3000/api/ [HPM] Proxy rewrite rule created:"^/api"~>""" events.js:165 throw er;// Unhandled 'error' event

依赖包全部安装了,server能跑起来,前端服务起不来

看了下server下好像没做后端的登录会话 vue路由里也没有beforeEnter的拦截,请问项目里如何处理登录相关的会话?