https://github.com/huang6349/remax-start
使用 remax 开发跨平台小程序
https://github.com/huang6349/remax-start
Last synced: about 2 months ago
JSON representation
使用 remax 开发跨平台小程序
- Host: GitHub
- URL: https://github.com/huang6349/remax-start
- Owner: huang6349
- Created: 2021-01-17T11:16:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-02T09:37:49.000Z (over 3 years ago)
- Last Synced: 2025-01-18T12:46:46.146Z (3 months ago)
- Language: JavaScript
- Size: 122 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# remax-start
[](https://github.com/remaxjs/remax)
[](https://github.com/facebook/react)使用 remax 开发微信小程序。
## 开始
安装依赖
```bash
npm install
```调试项目
```bash
# 执行调试命令
$ npm run dev
or
$ yarn dev
```使用小程序开发者工具打开项目下的 `dist` 目录。
## 构建
```bash
# 执行构建命令
$ npm run build
or
$ yarn build
```使用小程序开发者工具打开项目下的 `dist` 目录,上传代码即可。