浏览代码

feat: gitpod 在线开发文档说明

richard1015 5 年之前
父节点
当前提交
da7311dcb4
共有 1 个文件被更改,包括 14 次插入0 次删除
  1. 14 0
      README.md

+ 14 - 0
README.md

@@ -5,6 +5,20 @@ Vue3.0 一套移动端轻量级组件库
     
 ![NutUI](https://img11.360buyimg.com/uba/jfs/t1/11117/21/3608/18942/5c20ab52E35e5a500/02e3c1f89cd3dad1.png)
 
+## ⌨️ 本地开发
+
+你可以使用 Gitpod 进行在线开发:
+
+[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/jdf2e/nutui.git)
+
+或者克隆到本地开发:
+
+```bash
+$ git clone https://github.com/jdf2e/nutui.git
+$ cd nutui
+$ npm install
+$ npm run dev
+```
 
 ## 开源协议