# nuxt-blog **Repository Path**: crazy_lu/nuxt-blog ## Basic Information - **Project Name**: nuxt-blog - **Description**: 用nuxt搭建的博客实战项目,登录使用单点登录(https://gitee.com/crazy_lu/puge-auth-center) - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2021-04-17 - **Last Updated**: 2024-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # puge-blog-web > 复盘nuxt->博客系统 ## 主要使用技术栈 技术|说明|官网 :--|:--|:-- Vue.js |前端框架 |https://vuejs.org/ Vue-router| 路由框架| https://router.vuejs.org/ Vuex| 全局状态管理框架| https://vuex.vuejs.org/ Mock | 在线EasyMock | https://mock.mengxuegu.com/ Nuxt.js | 创建服务端渲染 (SSR) 应用| https://zh.nuxtjs.org/ ElementUI| 前端ui框架| https://element.eleme.io Axios| 前端HTTP框架| https://github.com/axios/axios Highlight.js | 代码语法高亮插件| https://github.com/highlightjs/high mavon-editor| Markdown编辑器| https://github.com/nhn/tui.editor 前后端分离单点登录|vue搭建的单点系统|https://gitee.com/crazy_lu/puge-auth-center ## 登录前需下载单点登录系统 https://gitee.com/crazy_lu/puge-auth-center ## Build Setup ```bash # install dependencies $ npm install # serve with hot reload at localhost:3000 $ npm run dev # build for production and launch server $ npm run build $ npm run start # generate static project $ npm run generate ``` For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).