• Stars
    star
    191
  • Rank 202,877 (Top 4 %)
  • Language
    JavaScript
  • Created about 6 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

next.js中文文档网站

前言

Next.js 是一个轻量级的 React 服务端渲染应用框架。

next.js中文文档:http://nextjs.frontendx.cn

当前翻译版本为 7.0.0-canary.8。

案例

  • 用nextjs + express + MongoDB的增删改查项目:程序员英语学习

  • 本站就是next.js编写的生成静态网站,是个很好的 Demo, ^ ^.

讨论组

https://gitter.im/next-site-cn/nextjs?utm_source=share-link&utm_medium=link&utm_campaign=share-link

安装运行

  • Clone 代码到本地并运行
git clone https://github.com/raoenhui/next-site-cn.git
cd next-site-cn
yarn
yarn dev
  • 在浏览器中打开 http://localhost:3000 进行访问

相关仓库