Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xiyan128/nayix
基于 Nuxt SSR 及 Vuetify 的一个轻量级博客 WebApp
https://github.com/xiyan128/nayix
blog koa mongodb nuxt vue vuetify
Last synced: 3 days ago
JSON representation
基于 Nuxt SSR 及 Vuetify 的一个轻量级博客 WebApp
- Host: GitHub
- URL: https://github.com/xiyan128/nayix
- Owner: xiyan128
- License: mit
- Created: 2018-06-16T09:07:41.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-08T07:31:27.000Z (over 6 years ago)
- Last Synced: 2024-12-05T13:25:49.435Z (2 months ago)
- Topics: blog, koa, mongodb, nuxt, vue, vuetify
- Language: JavaScript
- Homepage: http://xiyan.space
- Size: 1020 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nayix
> 一个新的 MD风格轻量级博客WebApp
## 技术栈
- 后端 **Koa** + **Mongoose**
- 前端 **Nuxt.js** (**Vue** 的服务端渲染,**Vuex**、**Vue Router** 使用)、**Vuetify** (Material Design 风格的 Vue 组件库)、**Stylus**## 功能实现
- 服务端渲染
- RSS 订阅
- 标签检索
- 全文搜索
- 移动端适配
- Admin 后台管理## 运行安装
``` bash
# 先安装好 MongoDB 和 Node.js 环境
cd nayix/
npm run install
# 开发模式
npm run dev
# Nuxt 构建
npm run build
# 启动 nuxt
npm run start
# 启动后端服务器
npm run startServer
```For detailed explanation on how things work, check out the [Nuxt.js](https://github.com/nuxt/nuxt.js) and [Vuetify.js](https://vuetifyjs.com/) documentation.