随笔分类 -  frontend

nvm的使用
摘要:常用问题 <!-- Newer Node.js requires the following to avoid an "ERR_OSSL_EVP_UNSUPPORTED" error when WebPack attempts to use its default hash (MD4) for co 阅读全文

posted @ 2024-03-21 09:39 heysong 阅读(25) 评论(0) 推荐(0)

nextjs
摘要:重要,讲page.tsx和layout.tsx的角色和作用 page.tsx是内容,如果没有这个文件,会404没显示内容 layout.tsx可以将layout上的组件共享给下面所有pages(比如link可以给下面所有pages共用),其中的children是下面所有的page.tsx或layou 阅读全文

posted @ 2024-01-30 11:30 heysong 阅读(109) 评论(0) 推荐(0)

Angular
摘要:参考:https://angular.io/tutorial/first-app 阅读全文

posted @ 2024-01-29 23:18 heysong 阅读(18) 评论(0) 推荐(0)

导航