# vue_blog **Repository Path**: heyihuiforjava/vue_blog ## Basic Information - **Project Name**: vue_blog - **Description**: 自己学习了vue 和elementUI 后写的一个简易博客。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-08 - **Last Updated**: 2024-07-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # gshop > A Vue.js project ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). 这是自己学习完Vue 和ElmementUI 后 仿写的一个博客, 所有 非elementUI 的样式 均是自己写的。 借用了 aplayer 和emjo插件, 主要用到了 VueX router 等。 后端代码 放在了git_third 仓库 blog 项目中 想用ElementUI 的回到顶部 ,但是一直报错, 暂时还未找到原因, 大家 实现了回到顶部功能,可以上传。 部署: 写博客页面的上传图片的 url 需修改为自己上传图片的url: http://localhost:9090/blog/blog/uploadIndexImg ----author:hyh bug: 期待大家来解决。 1.elementui 的回到顶部组件的target 找不到的问题 希望会的大佬求带。