Skip to content

🆒 My personal website and blog, powered by @vuejs (3)

License

Notifications You must be signed in to change notification settings

hongdundada/surmon.me

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue logo       surmon.me logo

Surmon.me

vue nodepress GitHub stars GitHub issues GitHub Workflow Status GitHub license

My personal website and blog, powered by Vue (3).

使用 Vue (3) 构建的个人网站。

Online site: https://surmon.me

其他相关项目:

更新记录:CHANGELOG.md

Screenshot

Development Setup

# install dependencies
$ yarn

# serve with hot reload at localhost:3000
$ yarn dev

# or
$ yarn dev:spa
$ yarn dev:ssr

# build for production and launch server
$ yarn build

# or
$ yarn build:spa
$ yarn build:ssr

# run SSR
$ yarn start

# lint test
$ yarn lint

Actions setup

Rule:

  • any PR open → CI:Build test
  • master PR closed & merged → CI:Deploy to server

Example:

  • local:develop → remote:develop → CI:Build test
  • remote:develop/other → remote:master → merged → CI:Deploy to server

About

🆒 My personal website and blog, powered by @vuejs (3)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 44.5%
  • TypeScript 25.5%
  • HTML 14.9%
  • SCSS 11.0%
  • JavaScript 4.0%
  • Shell 0.1%