前端winter、楊村長、然叔admin后臺管理搭建(Vite棧)
靜態(tài)化的時(shí)機(jī)
在** 開發(fā)環(huán)境**,每次請求都會運(yùn)行一次 getStaticProps
這是為了方便修改代碼重新運(yùn)行
在生產(chǎn)環(huán)境,getStaticProps 只會在 build 時(shí)運(yùn)行一次
這樣可以提供一份 HTML 給所有用戶下載
解讀打包文件
λ (Server) server-side renders at runtime (uses getInitialProps or getServerSideProps)
○ (Static) automatically rendered as static HTML (uses no initial props)
● (SSG) automatically generated as static HTML + JSON (uses getStaticPro
標(biāo)簽: