Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vingeraycn/remax
基于 RemaxJS、TS、Stylus 激进的跨端小程序模板
https://github.com/vingeraycn/remax
Last synced: 25 days ago
JSON representation
基于 RemaxJS、TS、Stylus 激进的跨端小程序模板
- Host: GitHub
- URL: https://github.com/vingeraycn/remax
- Owner: vingeraycn
- License: mit
- Created: 2020-05-26T03:28:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T07:00:52.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T00:59:18.259Z (over 1 year ago)
- Language: JavaScript
- Size: 3.37 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```