红黑 源码
先红后黑 设置 获取回购 git clone 获取nvm curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash 安装节点和npm nvm install node 安装所有节点模块(在my-app中): npm install 启动开发服务器 ./node_modules/@angular/cli/bin/ng serve --open 上载 ./node_modules/@angular/cli/bin/ng build --prod 角度框架 ng ge
下载地址
用户评论