03 2022 档案
摘要:环境 安装NodeJS nvm 等 安装vscode : https://code.visualstudio.com/ 安装后引用 nodejs snipets npm intall -g @Angluar/cli -- 安装Angualr 脚手架 Command LIne Interface 使用
阅读全文
摘要:******************** https://docs.angular.org & https://www.angularjs.net.cn Angular 1.0 基于js 的架构 2.0 typescripts 基于MVC 模型架构. ********************* A.
阅读全文
摘要: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
阅读全文