Nobibi
1.0.0
Simplified Chinese | English
Nobibi is a lightweight open source community that quickly builds its own community
The ts version has been updated. For the original js version, please visit: https://github.com/seawind8888/Nobibi/tree/js
Ensure that the API project Nobibi-api has been started
git clone https://github.com/seawind8888/Nobibi my-project
cd my-porject
npm install 或 yarn
npm run start
Please move: http://47.244.103.124:3006/




Ensure that the API project Nobibi-api has been started
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服务配置