File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# nodeJSBlog
22交流学习社区系统,后端完全使用` nodeJS ` ,数据库使用` mysql ` ,基于` nodejs的thinkjs框架搭建的 ` ,支持:1、文章评论;2、代码高亮;3、文章内容分页;4、小型bbs社区讨论社区;5、后台管理;6、权限管理等功能
3- 如果喜欢` nodeJS ` 写的后端,支持大前端,支持全栈开发,请请` star ` 并` fork ` 项目。系统地址为:http://www.mwcxs.top
3+ 如果喜欢` nodeJS ` 写的后端,支持大前端,支持全栈开发,请请` star ` 并` fork ` 项目。系统地址为:[ 前台系统网站 ] ( http://www.mwcxs.top ) 。 [ 后台系统网站 ] ( http://www.mwcxs.top/admin )
44如有使用问题请留言。
55
6+ ### 技术栈
7+ > + ThinkJS( Node端框架) [ 官方网站] ( https://thinkjs.org/ )
8+ > + doT.js(Node端模版引擎) [ 官方文档] ( http://olado.github.io/doT/index.html )
9+ > + jQuery.js(都懂得……) [ 中文文档] ( http://jquery.cuishifeng.cn/ )
10+ > + Vue.js(客户端双向数据绑定框架) [ 官方网站] ( https://cn.vuejs.org/ )
11+
12+ ### 目录结构
13+
14+ + app —— node端编译后文件夹,一般情况不需要关注
15+ + src —— node端服务文件夹,以业务模块划分子文件夹
16+ + view —— 静态页面文件夹,以业务模块划分子文件夹与src对应
17+ + www
18+ - static —— 静态资源文件
19+ - admin —— 管理后台
20+ - theme —— 主题文件
21+ - upload —— 上传文件
22+ - development.js -- 开发环境
23+ - production.js -- 生产环境
24+
625### 一、功能特点
7261 . 文章评论;
8272 . 代码高亮;
11305 . 后台管理;
12316 . 权限管理
1332
14- ### 二、下一版的功能
15- 0 . 移动端少数页面的兼容性
16- 1 . 系统主题设置
17- 2 . 完善后台功能
33+ ### 二、版本功能
34+ + 2017.03.14
35+ - 移动端少数页面的兼容性
36+ + 下一版
37+ - 系统主题设置
38+ - 完善后台功能
1839
1940### 三、系统截图
2041#### 3.1 无线端
@@ -30,6 +51,9 @@ npm run compress
3051// 运行开发模式,html,css,js均加载未压缩版本
3152npm run dev
3253
54+ // 开发模式的浏览器,浏览器访问
55+ http: // 127.0.0.1:8361/
56+
3357// 运行生产模式,html,css,js均加载压缩版本
3458npm run app
3559
You can’t perform that action at this time.
0 commit comments