Skip to content

筹备中的个人网站,基于使用next.js的react服务端渲染框架,three.js操手实践。

License

Notifications You must be signed in to change notification settings

youngdro/youngdro

Repository files navigation

youngdro

筹备中的个人网站,基于使用next.js的react服务端渲染框架,three.js操手实践。

实现了以下功能:

  • webpack,包括开发环境下的热更新等功能,以及部署环境下的打包功能
  • babelrc配置
  • 支持scss
  • 支持next-router
  • 支持redux
  • 支持图片格式文件
  • 支持axios
  • 支持gzip

1、 安装依赖包

npm install

2、运行项目 有3个可执行命令,作用都不相同。

在开发环境下,执行:

npm run dev

在生产环境下,执行:

npm run build //先打包

npm start //最后运行,你也可以增加pm2的配置

About

筹备中的个人网站,基于使用next.js的react服务端渲染框架,three.js操手实践。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published