Browse Source

chore: add gitpod config file (#410)

Signed-off-by: Ryan Wang <i@ryanc.cc>
pull/411/head
Ryan Wang 3 years ago committed by GitHub
parent
commit
73c07aafe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      .gitpod.yml
  2. 1
      README.md

14
.gitpod.yml

@ -0,0 +1,14 @@
ports:
- port: 8080
onOpen: open-browser
tasks:
- init: npm install -g pnpm && pnpm install
command: pnpm serve
vscode:
extensions:
- dbaeumer.vscode-eslint
- editorconfig.editorconfig
- esbenp.prettier-vscode
- johnsoncodehk.volar

1
README.md

@ -11,6 +11,7 @@
<a href="https://github.com/halo-dev/halo-admin/blob/master/LICENSE"><img alt="GitHub" src="https://img.shields.io/github/license/halo-dev/halo-admin?style=flat-square"></a>
<a href="https://github.com/halo-dev/halo-admin/commits"><img alt="GitHub last commit" src="https://img.shields.io/github/last-commit/halo-dev/halo-admin.svg?style=flat-square"></a>
<a href="https://github.com/halo-dev/halo-admin/actions"><img alt="GitHub Workflow Status" src="https://img.shields.io/github/workflow/status/halo-dev/halo-admin/Halo%20Admin%20CI?style=flat-square"/></a>
<a href="https://gitpod.io/#https://github.com/halo-dev/halo-admin"><img alt="Gitpod ready-to-code" src="https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod&style=flat-square"/></a>
</p>
------------------------------

Loading…
Cancel
Save