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

https://github.com/innei/mx-wx-mini-app

MX space 日记部分衍生的微信小程序,基于 Remax 构建。
https://github.com/innei/mx-wx-mini-app

Last synced: about 1 year ago
JSON representation

MX space 日记部分衍生的微信小程序,基于 Remax 构建。

Awesome Lists containing this project

README

          

# Mix mini app

![image](https://user-images.githubusercontent.com/41265413/117537019-03e29880-b031-11eb-843b-1e3931a61c66.png)
![image](https://user-images.githubusercontent.com/41265413/117537023-07761f80-b031-11eb-86bc-eb41860768d9.png)

使用 Remax 开发微信小程序。

## Getting Start

安装依赖

```bash
npm install
```

调试项目

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

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

## 构建

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

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