A Vue.js project
# 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/
访问管理界面。
待重构 小程序