Goblog 是基于beego框架开发的博客系统。简约、简单、轻量。数据库使用Mysql、图片静态文件使用七牛存储,Vue后台。
后台使用vue-element-admin 模版
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
可以到我的博客https://wangkekai.cn查看
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.
# 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 for test environment
npm run build:stage
# build for production environment
npm run build:prod
# 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
Modern browsers and Internet Explorer 10+.
IE / Edge |
Firefox |
Chrome |
Safari |
---|---|---|---|
IE10, IE11, Edge | last 2 versions | last 2 versions | last 2 versions |