Nobibi
1.0.0
단순화 된 중국어 | 영어
Nobibi는 자체 커뮤니티를 신속하게 구축하는 가벼운 오픈 소스 커뮤니티입니다.
TS 버전이 업데이트되었습니다. 원래 JS 버전은 https://github.com/seawind8888/nobibi/tree/js를 방문하십시오
API 프로젝트 NOBIBI-API가 시작되었는지 확인하십시오
git clone https://github.com/seawind8888/Nobibi my-project
cd my-porject
npm install 或 yarn
npm run start
이동 : http://47.244.103.124:3006/




API 프로젝트 NOBIBI-API가 시작되었는지 확인하십시오
BASE_URL=http://yourapihost:port // 你的api的host地址
windows&mac有异同,请自行百度或科学Goo
npm run build && npm run pm2

ant - cms - admin
├── api /
│ ├── index . js / # 接口部分
├── assets / # less目录
├── components / # 组件目录
├── constatns /
│ ├── ActionTypes . js / # redux - sage action - type
│ ├── ConstTypes . js / # next 页面title 配置
│ └── CustomTheme . js # 主题样式配置
├── pages # 主页面
│ ├── _app . js / # App根组件自定义
│ ├── _document . js / # document组件自定义
├── redux # redux目录
├── static # 静态资源引用目录
├── . editorconfig # 编辑器配置
├── . eslintrc # ESlint配置
├── . gitignore # Git忽略文件配置
├── . prettierignore # Prettier忽略文件配置
├── . prettierrc # Prettier配置
├── next . config . js # next配置
├── pm2 . config . js # pm2配置
├── server # next服务配置