Skip to content
/ nayix Public

基于 Nuxt SSR 及 Vuetify 的一个轻量级博客 WebApp

License

Notifications You must be signed in to change notification settings

xiyan128/nayix

Repository files navigation

Nayix

一个新的 MD风格轻量级博客WebApp

技术栈

  • 后端 Koa + Mongoose
  • 前端 Nuxt.js (Vue 的服务端渲染,VuexVue Router 使用)、Vuetify (Material Design 风格的 Vue 组件库)、Stylus

功能实现

  • 服务端渲染
  • RSS 订阅
  • 标签检索
  • 全文搜索
  • 移动端适配
  • Admin 后台管理

运行安装

# 先安装好 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 and Vuetify.js documentation.

About

基于 Nuxt SSR 及 Vuetify 的一个轻量级博客 WebApp

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published