Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vingeraycn/remax

基于 RemaxJS、TS、Stylus 激进的跨端小程序模板
https://github.com/vingeraycn/remax

Last synced: 25 days ago
JSON representation

基于 RemaxJS、TS、Stylus 激进的跨端小程序模板

Awesome Lists containing this project

README

        

# Remax 模板

### 特征点
`RemaxJS` `Typescript` `React` `Stylus` `SWR` `Lodash` `Babel`
`模板`

### 开始使用

```bash
# clone 模板
git clone https://github.com/LeiHanCN/remax.git

# 进入到脚本路径下,初始化项目
cd /scripts
chmod 777 init.sh
./init.sh

# 回到项目目录下
cd ..

# 安装依赖
yarn
# 开发微信小程序
yarn dev wechat
# 打包微信小程序
yarn build wechat
# 用微信小程序开发者工具进入dist/[target]目录,上传发布即可
```

### 开发建议

```bash
# 提交代码使用
yarn cz
```