The Wayback Machine - https://web.archive.org/web/20220315193240/https://github.com/surmon-china/surmon.me
Skip to content
main
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

vue logo       surmon.me logo

Surmon.me

vue   nodepress   GitHub stars   GitHub Workflow Status   GitHub license

My personal website and blog, powered by Vue(3), API services provided by NodePress.

使用 Vue (3) 构建的个人�?�客网站,�?务端使用 NodePress 程�?。

Online site: https://surmon.me

更新记录:CHANGELOG.md


🔥 其他 相关项目:

Screenshot

Development Setup

# install dependencies
$ yarn

# SSR mode
$ yarn dev
$ yarn build
$ yarn start

# or SPA mode
$ yarn spa:dev
$ yarn spa:build
$ yarn spa:start

# lint test
$ yarn lint

# release
$ yarn release

Actions setup

Rule:

  • Any PR open → CI:Build test
  • New tag v* → CI:Create Release
  • New tag | Release created → CI:Deploy → CI:Execute server script