All Projects → loo41 → rncms

loo41 / rncms

Licence: MIT license
🔥 Rncms 是基于 Koa2 + Webpack4 + Reactjs 结构简单 Cms 易于开发企业站和文档系统【已废弃】

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to rncms

Cdfang Spider
📊 成都房协网数据分析,喜欢请点 star!
Stars: ✭ 1,063 (+1944.23%)
Mutual labels:  koa, antd
React Blog
react blog build with react hooks + koa2 + sequelize + mysql for personal usage.
Stars: ✭ 83 (+59.62%)
Mutual labels:  koa, antd
Nobibi
一款基于Next.js+mongo的轻量级开源社区(open community by Next.js & mongo)
Stars: ✭ 209 (+301.92%)
Mutual labels:  koa, antd
picker
📅 All Date Pickers you need.
Stars: ✭ 185 (+255.77%)
Mutual labels:  antd
tsed
📐 Ts.ED is a Node.js and TypeScript framework on top of Express to write your application with TypeScript (or ES6). It provides a lot of decorators and guideline to make your code more readable and less error-prone.
Stars: ✭ 2,350 (+4419.23%)
Mutual labels:  koa
tie
🧶A Node.js Framework based on TypeScript and Express.
Stars: ✭ 30 (-42.31%)
Mutual labels:  koa
api-server
OpenSCRM是一套基于Go和React的高质量企业微信私域流量管理系统 。遵守Apache2.0协议,全网唯一免费商用。企业微信、私域流量、SCRM。
Stars: ✭ 981 (+1786.54%)
Mutual labels:  antd
aotoo-hub
aotoo-hub是一套通用型前端脚手架,无技术栈依赖,聚焦于多人协作及工程化。帮助开发者快速产出项目。支持react/vue/小程序/node
Stars: ✭ 74 (+42.31%)
Mutual labels:  koa
aws-serverless-koa
This library enables you to utilize AWS Lambda and Amazon API Gateway to respond to web and API requests using the Koa.js application framework
Stars: ✭ 37 (-28.85%)
Mutual labels:  koa
koa-session-mongoose
Mongoose store for Koa sessions
Stars: ✭ 29 (-44.23%)
Mutual labels:  koa
react-antd-admin
react-antd-admin 是一个后台集成解决方案,它基于 react 和 antd; 内置了动态路由,标签页缓存,权限验证、切换功能
Stars: ✭ 42 (-19.23%)
Mutual labels:  antd
tiny-qiniu-request
tiny-qiniu for rc-upload or antd upload component `customRequest` property
Stars: ✭ 13 (-75%)
Mutual labels:  antd
koahub-cli
KoaHub CLI -- KoaHub.js的开发工具,自动babel编译 ES6/7(Generator Function, Class, Async & Await)并且文件修改后自动重启。
Stars: ✭ 16 (-69.23%)
Mutual labels:  koa
nextjs-antd-dva-template
最优的nextjs antd dva 服务端解决方案
Stars: ✭ 15 (-71.15%)
Mutual labels:  antd
back-boilerplate
A boilerplate for building RESTful APIs using Node.js, PostgreSQL, koa, knex, bookshelf.
Stars: ✭ 33 (-36.54%)
Mutual labels:  koa
koa-xml-body
koa middleware to parse xml request body
Stars: ✭ 36 (-30.77%)
Mutual labels:  koa
deploy
Used to deploy project, includes webhooks.
Stars: ✭ 15 (-71.15%)
Mutual labels:  koa
web-onefx-boilerplate
Full-stack React Framework for building web and backend
Stars: ✭ 34 (-34.62%)
Mutual labels:  koa
dva-graphql-lokka-user-dashboard
A Study Project Related to Dva.js, GraphQL, Graph.cool, Lokka
Stars: ✭ 20 (-61.54%)
Mutual labels:  antd
nodejs-koa-blog
基于 Node.js Koa2 实战开发的一套完整的博客项目网站
Stars: ✭ 1,611 (+2998.08%)
Mutual labels:  koa

rncms


开发文档

技术栈

  • Webpack
  • Koa2
  • Reactjs
  • Antd

使用

git clone https://github.com/loo41/rncms.git

npm install

// 启动前后端开发
npm run dev

// 启动后端环境
npm run dev:server

// 打包编译
npm run build

// 服务器部署
npm run server

预览

🔥 账号 预览
后台地址 youngon/youngon 👀
前端demo 👁️
项目后台 youngon/youngon 👀
项目地址 👁
new Cms 开箱即用,适合快速开发图片文档类型的 Cms 👁

目录

project
|
|
|---------build(打包配置)
|
|---------config(全局配置文件)
|
|---------middleware(抽离出的一些中间件和组件)
|
|---------src
|          |
|          |----admin(后台)
|          |
|          |---client(前端demo)
|          |
|          |---server
|
|--------static
|
|
|
|-------app.js(服务器文件)
|
|
|-------gulpfile.js(glup配置文件)
|
|
|------pm2.config
|
|-------


开发计划

  • 添加任务栏
  • 增加自动化部署
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].