Skip to content

zhongkai/wxtodo-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wxtodo-client

这是结合腾讯云开发小程序的Client端代码.

分为两个分支:master 和 online。

master分支时一款本地离线运行的todo应用,而online分支时在线版的Client端代码,需结合小程序服务端代码的master分支使用。

目录结构:

小程序项目
|-- wxtodo-client(online分支)
|-- wxtodo-server(master分支)
|-- project.config.json

project.config.json配置为:

{
	"client": "./wxtodo-client",
	"qcloudRoot": "./wxtodo-server",
	"setting": {
		"urlCheck": true,
		"es6": false,
		"postcss": true,
		"minified": true,
		"newFeature": true
	},
	"appid": "your appid",
	"projectname": "you project name",
	"condition": {}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published