Blog Background Management

The project address of the blog front desk: github.com/WqhForGitHu…

preface

Blog background management is based on Vue + Antd, Antd is really very suitable for the development of background applications, there are many components can be used, many components can be used.

Technology stack

  • Vue
  • Ant-design-vue: UE-BASED UI library
  • Fly: asynchronous request library
  • Vue-router: indicates the front-end route
  • Vuex: Manages application data
  • Async /await: interface for processing asynchronous requests

Implemented functions

  • Add, delete, change and check the blog
  • Classification, label addition and deletion
  • Writing a blog

TODO

  • Markdown online editor

preview

Login screen

Home page

Modify the blog

Writing a blog post

Label management

Build Setup

# 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

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test
Copy the code

For a detailed explanation on how things work, check out the guide and docs for vue-loader.