1 classnames 仓库
https://blog.csdn.net/duola8789/article/details/71514450
1 部署工具 now.sh
1 antd 按需加载 antd-landing
https://github.com/KuiShang/ant-design-landing-config1
1 css-module
dva/ hotdog 默认开启
webpack 需要配置
1 roadhog
2 . babel-plugin-import
3 babel7
4 babel 插件开发
5
nginx 缓存
location ~ .*.(?:jpg|jpeg|gif|png|ico|cur|gz|svg|svgz|mp4|ogg|ogv|webm)$
{
expires 7d;
}
location ~ .*.(?:js|css)$
{
expires 7d;
}
location ~ .*.(?:htm|html)$
{
add_header Cache-Control "private, no-store, no-cache, must-revalidate, proxy-revalidate";
}