# surmon.me **Repository Path**: erikhenry/surmon.me ## Basic Information - **Project Name**: surmon.me - **Description**: My personal website and blog, powered by @nuxt - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-28 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

nuxt logo       surmon.me logo

# Surmon.me [![forthebadge](https://forthebadge.com/images/badges/made-with-vue.svg)](https://forthebadge.com) [![GitHub stars](https://img.shields.io/github/stars/surmon-china/surmon.me.svg?style=for-the-badge)](https://github.com/surmon-china/surmon.me/stargazers) [![GitHub issues](https://img.shields.io/github/issues/surmon-china/surmon.me.svg?style=for-the-badge)](https://github.com/surmon-china/surmon.me/issues) [![GitHub forks](https://img.shields.io/github/forks/surmon-china/surmon.me.svg?style=for-the-badge)](https://github.com/surmon-china/surmon.me/network) [![GitHub last commit](https://img.shields.io/github/last-commit/surmon-china/surmon.me.svg?style=for-the-badge)](https://github.com/surmon-china/surmon.me) [![GitHub license](https://img.shields.io/github/license/surmon-china/surmon.me.svg?style=for-the-badge)](https://github.com/surmon-china/surmon.me) ## Introduction **My personal website and blog, powered by [Nuxt.js](https://github.com/nuxt/nuxt.js).** **使用 [Nuxt.js](https://github.com/nuxt/nuxt.js) 构建的个人网站。** **Online site:** https://surmon.me --- **其他相关项目:** - **RESTful API service:** [nodepress](https://github.com/surmon-china/nodepress) powered by [nestjs](https://github.com/nestjs/nest) - **web client for admin:** [angular-admin](https://github.com/surmon-china/angular-admin) powered by [Angular](https://github.com/angular/angular) & [Bootstrap](https://github.com/twbs/bootstrap) - **native app client:** [surmon.me.native](https://github.com/surmon-china/surmon.me.native) powered by [react-native](https://github.com/facebook/react-native) - **SRE service:** [sre.surmon.me](https://github.com/surmon-china/sre.surmon.me) **更新记录:[CHANGELOG.md](https://github.com/surmon-china/surmon.me/blob/master/CHANGELOG.md)** ## Screenshot ![](https://raw.githubusercontent.com/surmon-china/surmon.me/master/screenshots/pc-dark.png) ## Development Setup ```bash # 使用 nodemon 在开发环境下工作 $ npm i nodemon -g # install dependencies 依赖 python2.7 $ npm install [--python=python2.7] # or npm run install # serve with hot reload at localhost:3000 $ npm run dev # build for production and launch server $ npm run build $ npm start # lint test $ npm run lint ```