Nobibi
1.0.0
単純化された中国人|英語
Nobibiは、独自のコミュニティを迅速に構築する軽量のオープンソースコミュニティです
TSバージョンが更新されました。元のJSバージョンについては、https://github.com/seawind88888/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服务配置