Simple app built using VueJs and Bulma, that consume a REST API from json-server
# git clone repo
git clone https://github.com/fabriciohendrix/BrazilCities-Vuejs.git
# entering the repository
cd crud-vuejs
# json-server global install
npm install -g json-server
# install dependencies
npm install
# start compilation and node at http://localhost:8080
npm run dev
The json-server
using brazil_cities.json
file to make the magic. He provides a fake API with necessary information.