# 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
# Surmon.me [](https://forthebadge.com) [](https://github.com/surmon-china/surmon.me/stargazers) [](https://github.com/surmon-china/surmon.me/issues) [](https://github.com/surmon-china/surmon.me/network) [](https://github.com/surmon-china/surmon.me) [](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  ## 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 ```