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

https://github.com/mushan0x0/remex-issue-import


https://github.com/mushan0x0/remex-issue-import

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Remax Wechat With TypeScript

使用 Remax 开发微信小程序。

## Getting Start

安装依赖

```bash
npm install
```

调试项目

```bash
# 执行调试命令
$ npm run dev
or
yarn dev
```

使用小程序开发者工具打开项目下的 `dist` 目录

## 构建

```bash
# 执行构建命令
$ npm run build
or
$ yarn build
```

使用小程序开发者工具打开项目下的 `dist` 目录,上传代码即可。