Nobibi
1.0.0
Vereinfachtes Chinesisch | Englisch
Nobibi ist eine leichte Open -Source -Community, die schnell eine eigene Gemeinschaft aufbaut
Die TS -Version wurde aktualisiert. Für die ursprüngliche JS -Version besuchen Sie bitte: https://github.com/seawind8888/nobibi/tree/js
Stellen Sie sicher, dass das API-Projekt Nobibi-api gestartet wurde
git clone https://github.com/seawind8888/Nobibi my-project
cd my-porject
npm install 或 yarn
npm run start
Bitte bewegen Sie sich: http://47.244.103.124:3006/




Stellen Sie sicher, dass das API-Projekt Nobibi-api gestartet wurde
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服务配置