An open API service indexing awesome lists of open source software.

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

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 项目名称