摘要: yarn安装 npm install -g yarn //检测yarn yarn -v 使用yarn安装 webpack yarn add webpack webpack-cli --dev//打包npx webpack css样式loader安装 yarn add --dev style-load 阅读全文
posted @ 2022-08-10 22:19 二王戏木 阅读(48) 评论(0) 推荐(0)
摘要: cnpm淘宝镜像安装: npm install -g cnpm --registry=https://registry.npmmirror.com Express安装: npm install express # 本地安装 npm install express -g # 全局安装 阅读全文
posted @ 2022-08-10 21:04 二王戏木 阅读(33) 评论(0) 推荐(0)