Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 403 Bytes

File metadata and controls

33 lines (23 loc) · 403 Bytes

我的储物戒小程序

Ring 储物戒

Getting Start

安装依赖

npm install

调试项目

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

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

构建

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

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