Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kennytian/wechat-redux-typescript
https://github.com/kennytian/wechat-redux-typescript
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/kennytian/wechat-redux-typescript
- Owner: Kennytian
- Created: 2019-10-23T10:17:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-02T11:13:07.000Z (4 months ago)
- Last Synced: 2024-11-08T21:09:31.014Z (about 2 months ago)
- Language: TypeScript
- Size: 92.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Remax Wechat Template TypeScript
使用 Remax 开发微信小程序的 TypeScript 模板。
通过该模板创建一个新项目:
```bash
$ npx degit remaxjs/template-wechat-typescript my-app
$ cd my-app
```## 开始开发
安装依赖
```bash
$ npm install
```开始构建
```bash
$ npm run dev
```使用微信小程序开发者工具打开项目下的 `dist` 目录。
## 发布
```bash
$ npm run build
```使用微信小程序开发者工具上传版本。