Frontend developer • Blockchain/Crypto enthusiast • Netherlands
See more
… For the technical: start with Google and cryptozombies.ioFor the non-technical: start by reading Blockchain For Dummies
const actions = { async FETCH_CHARACTERS ({ commit }, name) { const url = `http://localhost:8080/api/characters?limit=12&name=${name}` const { data } = await axios.get(url) …