# MyBlog **Repository Path**: null51/MyBlog ## Basic Information - **Project Name**: MyBlog - **Description**: No description available - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-04-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MyBlog #### 项目介绍 此项目是基于vuejs全家桶 + Nodejs Express框架搭建的博客。 搭建中。。。 ## 技术栈: 前端: 1. vue.js 2.x 2. vue-cli3.0 3. vuejs 4. vuex 5. vue-router 6. axios 7. vuetify 后端: 1. nodejs 2. express 3. passport 4. jsonwebtoken 5. passport-jwt 6. bcrypt 7. mongoose #### 安装教程 前端: 1. cd frontend 2. npm install 后端: 1. cd backend 2. npm install #### 使用说明 前端: 1. npm run serve 后端 1. npm start