https://github.com/senparc/neuchar-app-sample
https://www.neuchar.com 中 “应用商店(AppStore)” 所发布的 APP 的 Sample
https://github.com/senparc/neuchar-app-sample
Last synced: 9 months ago
JSON representation
https://www.neuchar.com 中 “应用商店(AppStore)” 所发布的 APP 的 Sample
- Host: GitHub
- URL: https://github.com/senparc/neuchar-app-sample
- Owner: Senparc
- License: apache-2.0
- Created: 2018-10-28T00:28:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-27T07:03:06.000Z (almost 2 years ago)
- Last Synced: 2025-01-08T21:22:12.800Z (over 1 year ago)
- Language: C#
- Homepage: https://www.neuchar.com
- Size: 1.52 MB
- Stars: 7
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
`Sample代码正在不断增加丰富中,敬请关注!`
## 文件说明
`/Senparc.NeuChar.AppTemplate.sln`、`/Senparc.NeuChar.AppTemplate.csproj`、`/src/.template.config` 文件及文件夹都为模板生成文件,非项目文件,仅供生成模板文件使用,开发者请忽略。
`/src/` 文件夹为模板源码,`/src/NeuCharAppSample.sln` 为解决方案文件
# www.neuchar.com 应用示例
> NeuChar 官方地址:https://www.neuchar.com
## 开发 NeuChar App 需要具备什么能力?
只要你会开发微信,或了解 HTML5 页面开发,就可以轻松对接 NeuChar App
## 开发工作量有多大?
如果你有已经上线的微信公众号应用,5 分钟即可上线!
## 需要用什么语言进行开发?
没有限制。
## 如何进行开发?
开发 NeuChar App,只需要从一个现成的模板开始(以 C# 为例)
### 安装模板
```
> PS E:\ ... \NeuCharApp> dotnet new install Senparc.NeuChar.AppTemplate
```
### 卸载模板
```
> PS E:\ ... \NeuCharApp> dotnet new uninstall Senparc.NeuChar.AppTemplate
```
### 生成项目
```
> PS E:\ ...\NeuCharApp > dotnet new NCA -n YourProjectName
```
> 可选参数:
> -n 项目名称