Skip to content

hellomrbigshot/blog-frontend-vue

Repository files navigation

Vue 构建的PC版本博客

Build Status

A Vue.js project

Build Setup

# install dependencies
yarn

# serve with hot reload at localhost:8080
yarn serve

# build for production with minification
yarn build

# build for production and view the bundle analyzer report
yarn report

介绍

此项目是用vue-cli构造的本人博客的前端项目,改为多页面应用,分为博客页面和管理页面两个SPA。 本地yarn serve成功后后访问localhost:10086访问博客界面,访问localhost:10086/admin/访问管理界面。

相关链接

后端项目

后端项目

vue构建的PWA

PWA

小程序

待重构 小程序

react构建的前端

react构建的前端