?? Next.js + Typescript 脚手架,方便、简单,直接下载代码即可使用。
源码至:github
git clone https://github.com/yueleiMaster/next-ts-template.git
cd next-ts-template && yarn
npm run dev
# or
yarn dev
打开http://localhost:3000查看结果
To learn more, take a look at the following resources:
npm run build && npm run start
# or
yarn build && yarn start
更多部署细节请查阅Next.js deployment documentation
本文链接:https://blog.crazylei.com/art/f934fbbf
版权声明: 本博客所有文章除特别声明外,均采用CC BY 4.0 CN协议 许可协议。转载请注明出处!
正在加载评论...