Browse Source

Add 'vue/.gitpod.yml'

天问 3 years ago
parent
commit
eee6197bcc
1 changed files with 10 additions and 0 deletions
  1. 10 0
      vue/.gitpod.yml

+ 10 - 0
vue/.gitpod.yml

@@ -0,0 +1,10 @@
+tasks:
+  - init: npm install
+    command: |
+      npm run dev
+ports:
+  - port: 5000
+    onOpen: ignore
+vscode:
+  extensions:
+    - svelte.svelte-vscode