My personal website and blog, powered by Vue (3).
使用 Vue (3) 构建的个人博客网站。
Online site: https://surmon.me
🔥 其他相关项目:
- RESTful API service for blog: nodepress powered by nestjs
- Blog admin site: veact-admin powered by React & Veact
- Blog native app: surmon.me.native powered by react-native
更新记录:CHANGELOG.md
# 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
Rule:
Any PR open
→CI:Build test
New tag v*
→CI:Create Release
New tag | Release created
→CI:Deploy
→CI:Execute server script