Skip to content
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.

Latest commit

 

History

History
36 lines (24 loc) · 488 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 488 Bytes

Remax One Template

使用 Remax 开发跨平台小程序的模板。

通过该模板创建一个新项目:

$ npx degit remaxjs/template-one my-app
$ cd my-app

开始开发

安装依赖

$ npm install

开始构建

# 选定要开发的平台
$ npm run dev wechat

使用小程序开发者工具打开项目根目录。

发布

# 选定要开发的平台
$ npm run build wechat

使用小程序开发者工具上传版本。