8000 GitHub - rccoder/surmon.me: 🆒 My personal website and blog, powered by @nuxt
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rccoder/surmon.me

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nuxt logo       surmon.me logo

Surmon.me

forthebadge GitHub stars GitHub issues GitHub last commit GitHub license

Introduction

My personal website and blog, powered by Nuxt.js.

使用 Nuxt.js 构建的个人网站。

Online site: https://surmon.me


其他相关项目:

更新记录:CHANGELOG.md

Screenshot

Development Setup

# install nodemon
$ npm i nodemon -g

# install dependencies
$ yarn # or npm install [--python=python2.7]

6BA2

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

# build for production and launch server
$ yarn build # or npm run build
$ yarn start # or npm 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 @nuxt

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 54.8%
  • HTML 19.5%
  • JavaScript 16.7%
  • TypeScript 4.7%
  • CSS 4.2%
  • Shell 0.1%
0