This website works better with JavaScript
Home
Explore
Help
Sign In
lovecoding
/
W260426
Watch
8
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
3cabbb3159
Branches
Tags
master
W260426
/
14.webpack
/
文档.md
文档.md
120 B
History
Raw
先去配置yarn
npm install yarn -g
进行初始化
yarn init -y
安装webpack
yarn add webpack webpack-cli -D