The current repo belongs to Closed status, and some functions are restricted. For details, please refer to the description of repo status
1 Star 0 Fork 142

seanli / jeewx-app-cms
Closed

forked from JEECG / jeewx-app-cms
Closed
 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
README.md 5.67 KB
Copy Edit Raw Blame History
JEECG authored 2019-07-16 12:08 . 小程序官网发布教程视频

项目介绍

Jeewx-app-cms是jeewx开发的小程序网站项目,基于小程序wepy语言,具备cms网站的基本功能,可以快速搭建小程序官网。

JAVA后台代码下载地址: https://github.com/zhangdaiscott/jeewx-boot

开发常用命令

1、安装(更新)wepy命令行工具

npm install wepy-cli -g

2、安装依赖包

npm install

3、开发实时编译

npm run dev

4、生产压缩

npm run build //上传代码时,请先执行此命令,否则会提示包体积过大

开发使用说明(重要)

1、使用微信开发者工具-->添加项目,项目目录请选择dist目录。

2、微信开发者工具-->项目-->关闭ES6转ES5。 重要:漏掉此项会运行报错。

3、微信开发者工具-->项目-->关闭上传代码时样式自动补全。 重要:某些情况下漏掉此项也会运行报错。

4、微信开发者工具-->项目-->关闭代码压缩上传。 重要:开启后,会导致真机computed, props.sync 等等属性失效。

技术交流

快速安装教程

在线体验

扫码下方二维码体验小程序。

github

目录结构

├── api
│   └── api.js              //接口
├── app.wpy                 //入口文件
├── components                  //组件
│   └── tab.wpy             //选项卡组件
├── img                  //图片文件夹
│   └── alert.png
│   └── contact.png
│   └── contact_selected.png
│   └── error.png
│   └── icon_API.png
│   └── icon_API_HL.png
│   └── icon_component.png
│   └── icon_component_HL.png
│   └── jeecg.png
│   └── location.png
│   └── logo.png
├── pages                   //页面
│   └── article.wpy			//文章详情页
│   └── articleList.wpy		//文章列表页
│   └── contact.wpy			//联系我们页
│   └── index.wpy			//首页
│   └── theme.wpy			//专题页
└── utils                   //工具类
│   ├── md5.js                  //md5
│   ├── tip.js                  //提示弹框组件
│   ├── util.js                 //工具
│   └── wxRequest.js            //ajax请求
└── wxParse             //富文本
    ├── html2json.js
    ├── htmlparser.js
    ├── showdown.js
    ├── wxDiscode.js
    ├── wxParse.js
    ├── wxParse.wxml
    └── wxParse.wxss    

功能截图

github github github github github

wechat
1
https://gitee.com/seanlixin/jeewx-app-cms.git
git@gitee.com:seanlixin/jeewx-app-cms.git
seanlixin
jeewx-app-cms
jeewx-app-cms
master

Search