# forward-cms **Repository Path**: dog/forward-cms ## Basic Information - **Project Name**: forward-cms - **Description**: 前进者CMS,全新的nodejs实现的符合国情的,高性能的,SEO友好的CMS - **Primary Language**: NodeJS - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2016-11-05 - **Last Updated**: 2021-11-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 前进者CMS (ForwardCMS) ``` 演示地址: http://forwardcms.studyits.cn ``` ### 目标 ``` 使用nodejs实现一套符合国内企业网站风格的,高性能的CMS ``` ### 包含模块 ``` forward-cms - news 新闻内容 - img 图片类内容 - link 链接类内容 - video 视频类内容 - job 招聘类内容 - product 产品类内容 - download 下载类内容 - single-page 单页内容 - user center 用户中心 - admin platform 后台管理 - cache 缓存 - search 高级搜索 - auth 认证 - restful-api/RSS - tag 自定义前台标签 - plugin center 插件中心 - auto-update 自动更新 - privilege 权限控制 - i18n 国际化模块 ``` ### 目前状态 ``` 项目目前处于0.0.1版开发中,如果你对项目感兴趣,想参与其中或者有好的建议,请联系 wanglihui.sjz@gmail.com ``` ### 安装运行 ``` 依赖: 1. node & npm 2. typings 3. gulp 4. typescript 运行: 1. npm install gulp --global 2. npm install typings --global 3. npm install 4. typings install 5. tsc && npm install start 6. browser view http://localhost:3000/news/1 ```