// ok
host=xxx yarn start
// ng
host=xxx && yarn start
当使用 &&
分隔时,其实是两条命令。
要想使用 &&
分隔,环境变量要export。
// ok
host=xxx yarn start
// ng
host=xxx && yarn start
当使用 &&
分隔时,其实是两条命令。
要想使用 &&
分隔,环境变量要export。
PWA(Progressive Web Apps),渐进式Web应用程序。
简单Google了一下,简单说就是 Web App 想挑战 Natural App。 特点超级多,主要的3个特点:
TODO:
顺便总结一下,为什么不用 CSS,而用 Less。为什么不用 sass。
postCSS 好处
css modules 好处
+ - * /
没有必要
{
"no-mixed-operators": [
"error",
{
"groups": [
["&", "|", "^", "~", "<<", ">>", ">>>"],
["==", "!=", "===", "!==", ">", ">=", "<", "<="],
{
"arrow-parens": [0, "as-needed", { "requireForBlockBody": true }],
}