inaki / vue-list

Simple vue list sample code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-list

Vue list using axios and json-server

installation

clone repo

git clone https://github.com/inaki/vue-list

install dependencies

cd vue-list && npm install

run server

json-server --watch db.json

note: resources will be serve on port 3000, http://localhost:3000/documents

run de app

npm run dev

About

Simple vue list sample code


Languages

Language:JavaScript 48.8%Language:Vue 47.3%Language:HTML 3.9%