Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whiteminds/remax-bug-demo
https://github.com/whiteminds/remax-bug-demo
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/whiteminds/remax-bug-demo
- Owner: WhiteMinds
- Created: 2019-11-20T02:57:47.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:22:24.000Z (almost 2 years ago)
- Last Synced: 2023-03-01T21:26:39.658Z (over 1 year ago)
- Language: JavaScript
- Size: 624 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
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
```使用微信小程序开发者工具打开项目目录。
## 发布
```bash
$ npm run build
```使用微信小程序开发者工具上传版本。