随笔分类 - NodeJS
摘要:VSCODE 1. VSCODE crl+K+C/U 注释与反注释;ctrl +[ / ] 缩进 2. launch.json 设置启用项目 blog-1 (Src\controller . model . router 逻辑分离) bin\www.js const http=require('ht
阅读全文
摘要:Install NodeJS 1. http://nodejs.cn https://nodejs.org/en/ 安装好后, node -v npm -v 2. NVM ( 可切换多个nodejs 版本) mac os 使用brew install nvm (https://brew.sh ) w
阅读全文