12 2019 档案
摘要:Visual Studio 常用插件 REST Client "主页:humao.rest client" 在编辑器中发送/取消/重新运行HTTP请求,并在单独的窗格中使用语法突出显示查看响应 Live Server 向html页面注入WebSocket代码,实现当JavaScript和html文件
阅读全文
摘要:文档 英文API文档 https://expressjs.com/en/api.html 中文API文档 https://expressjs.com/zh-cn/4x/api.html https://www.runoob.com/w3cnote/express-4-x-api.html 在 Exp
阅读全文
摘要:生成语言环境 配置系统locales 此时可以重新选择安装Locale,并设置默认Locale END
阅读全文
摘要:官方文档 https://nodejs.org/dist/latest-v12.x/docs/api/ 非官方中文网 http://nodejs.cn/ http://nodejs.cn/api/ 安装Node.js 使用snapd安装,非常方便。参考上一篇安装Vue-CLI教程。 通过snapd安
阅读全文
摘要:安装snapd 通过snap安装Node.js 现在npm和node命令可用 安装webpack ... 手动配置webpack "官方文档" 安装依赖 配置webpack.config.js: 安装Vue CLI 现在vue命令可用 END
阅读全文