使用本UI前,请在CSS中开启border-box
*{
box-sizing: border-box;
}
parcel
【报错】运行 parcel 时,出现 No entries found 报错怎么办? 把./node_modules/.bin/parcel 改成./node_modules/.bin/parcel index.html --no-cache 即可
简写 npx parcel --no-cache index.html
can i use chaijs [chai-spies] color.adobe.com 用户体验的要素
rm -rf .cache dist
shell control A first control E last
// 切换分支
git checkout
// 新建分支
git branch
// 提交分支
git push origin button-and-input:button-and-input
{
flex-wrap: wrap;
flex-shrink: 0;
}
注释:sockjs
1. 找到/node_modules/sockjs-client/dist/sockjs.js
2.找到代码的 1605行
3.刷新,搞定