saber portfolio starter
1.0.0
Sabre 的簡單組合入門主題。基於 Gridsome Portfolio Starter
https://saber-portfolio-starter.netlify.com
我知道我沒有遵循推薦的方式在 Saber 中創建主題。我個人認為,從已安裝 saber 的儲存庫克隆它是一個更快的工作流程。
git clone https://github.com/drehimself/saber-portfolio-starter.git
cd saber-portfolio-starter
yarn
yarn saber
在http://localhost:3000
啟動本機開發伺服器。yarn saber build
用於將本地生產建置到public
資料夾中。您可以使用yarn saber serve
來發球。