Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 479 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 479 Bytes

vue-axios-blog

a vue axios:get, post, pub, delete blog

use json-server as the data base

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# open a new terminal window to run db.json at localhost:3000
npm run json:server

# build for production with minification
npm run build

To do

  • Add clear field button
  • Other UI work
  • Auto Pagination