Skip to content

kekaiwang/goblog-vue

Repository files navigation

Goblog

Goblog 是基于beego框架开发的博客系统。简约、简单、轻量。数据库使用Mysql、图片静态文件使用七牛存储,Vue后台。

关于后台

后台使用vue-element-admin 模版

Preparation

You need to install node and git locally. The project is based on ES2015+, vue, vuex, vue-router, vue-cli , axios and element-ui, all request data is simulated using Mock.js. Understanding and learning this knowledge in advance will greatly help the use of this project.

关于前端版本

Go    :go version go1.13.5 darwin/amd64
beego :1.12.0
bee   :v1.10.0

前端地址

goblog

基本页面

可以到我的博客https://wangkekai.cn查看

Sponsors

Become a sponsor and get your logo on our README on GitHub with a link to your site. [Become a sponsor]

Admin Dashboard Templates made with Vue, React and Angular.

Getting started

# clone the project
git clone https://github.com/wkekai/goblog-vue.git

# enter the project directory
cd goblog-vue

# install dependency
npm install

# develop
npm run dev

This will automatically open http://localhost:9527

Build

# build for test environment
npm run build:stage

# build for production environment
npm run build:prod

Advanced

# preview the release environment effect
npm run preview

# preview the release environment effect + static resource analysis
npm run preview -- --report

# code format check
npm run lint

# code format check and auto fix
npm run lint -- --fix

Browsers support

Modern browsers and Internet Explorer 10+.

IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
IE10, IE11, Edge last 2 versions last 2 versions last 2 versions