Skip to content
/ antd-starter Public template

🔥 Antd for React 项目集成完全模版(支持ssr模式)

Notifications You must be signed in to change notification settings

hocgin/antd-starter

Repository files navigation

antd starter

快速构建,支持 SSR / 浏览器插件 / 纯静态 / qiankun 等多种部署开发方式。

功能支持

  • SSR 支持
  • 浏览器插件开发(v3)支持
  • 纯静态部署支持
  • CDN 部署支持
  • 微前端方案(qiankun)支持

快速开始

Install dependencies,

$ yarn

Start the dev server,

$ yarn start

使用 SSR 模式部署

# 编译 -> ./dist
npm run build:prod.ssr

# 部署
docker run -it \
 -v ./dist:/usr/web/app/public \
 -v ./dist/manifest.json:/usr/web/config/manifest.json \
 -p 7001:7001 \
 --name test \
 --add-host=host.docker.internal:192.168.1.2 \
 hocgin/docker-ssr:0.0.2

相关文档

目录

About

🔥 Antd for React 项目集成完全模版(支持ssr模式)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published