From 09b16cb3a72bdede708b98a71f75a9bbcf1ca694 Mon Sep 17 00:00:00 2001 From: neverland Date: Thu, 8 Oct 2020 19:01:09 +0800 Subject: [PATCH] chore: remove gitpod (#7297) --- .github/CONTRIBUTING.md | 10 ---------- .gitpod.yml | 6 ------ 2 files changed, 16 deletions(-) delete mode 100644 .gitpod.yml diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 818daeeac..63b61ae94 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -37,13 +37,3 @@ npm run dev # open http://localhost:8080 ``` - -## Contribute online with a single click - -You can use Gitpod (A free online VS Code-like IDE) for contributing, With a single click it will launch a workspace and automatically: - -- clone the vant repo. -- run `npm run bootstrap`. -- run `npm run dev`. - -[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/youzan/vant) diff --git a/.gitpod.yml b/.gitpod.yml deleted file mode 100644 index 57492a83a..000000000 --- a/.gitpod.yml +++ /dev/null @@ -1,6 +0,0 @@ -tasks: - - init: npm run bootstrap - command: npm run dev -ports: - - port: 8080 - onOpen: open-preview