前端趋势
目前有走向微前端的趋势,所谓微前端的提出,可以说是在MPA(多页)和SPA(单页)之间的折中,现今大多数网站都采用SPA,然而随着时间的推移,SPA内的东西越来越多,并且由于各部分之间的耦合性,使得维护成本越来越高。
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
1  | $ hexo new "My New Post"  | 
More info: Writing
1  | $ hexo server  | 
More info: Server
1  | $ hexo generate  | 
More info: Generating
1  | $ hexo deploy  | 
More info: Deployment