408

Posted by 夏泽民

408 Request Timeout 响应状态码 408 Request Timeout 表示服务器想要将没有在使用的连接关闭。一些服务器会在空闲连接上发送此信息,即便是在客户端没有发送任何请求的情况下。



vue init webpack project 一直处于...downloading template状态处理

Posted by 夏泽民

 运行npm install webpack -g,重新安装webpack。   https://www.cnblogs.com/diweikang/p/9461530.html



vue

Posted by 夏泽民

npm install vue npm install –global vue-cli vue init webpack exp3 cd exp3 npm install npm run dev



服务器端渲染 (SSR)

Posted by 夏泽民

Vue.js 是构建客户端应用程序的框架。默认情况下,可以在浏览器中输出 Vue 组件,进行生成 DOM 和操作 DOM。然而,也可以将同一个组件渲染为服务器端的 HTML 字符串,将它们直接发送到浏览器,最后将这些静态标记”激活”为客户端上完全可交互的应用程序。



quill 文本编辑器

Posted by 夏泽民

https://zhuanlan.zhihu.com/p/272499379 https://github.com/quilljs/quill https://quilljs.com/ 文档: http://doc.quilljs.cn/1409370 体验: https://codepen.io/liuwave/pen/wvBwqod



Search

Popular posts

Anything in here will be replaced on browsers that support the canvas element

Recent posts

This blog is maintained by 夏泽民

Get in touch with me at 465474307@qq.com

Subscribe to our mailing list

* indicates required