Files
note/2019/12/webpack.md
2019-12-01 15:46:01 +08:00

15 lines
230 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
### 使用yarn 安装 webpack
1. yarn的使用
yarn add 安装
yarn global add 全局安装
yarn add 软件包名+@版本号 指定版本安装
yarn remove +xxx 移除
yarn init 初始化
yarn upgrade +xxx 升级
2.