Browse Source

feat: gitpod 在线开发文档说明

richard1015 5 years ago
parent
commit
da7311dcb4
1 changed files with 14 additions and 0 deletions
  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
+```
 
 ## 开源协议