Project para estudo do Vue.js with Vuex. It's a simple contact manager, data is written to local storage.
If you want it to be easily integrable with your api, just change the actions to interact with your api.
- Node
- NPM or Yarn
- vue (2.5.21)
- vue-router (3.0.1)
- vuex (3.0.1)
- vuex-persistedstate (2.5.4)
- semantic-ui-css (2.4.1)
- semantic-ui-vue (0.7.0)
npm install
npm run serve
npm run build
npm run test
npm run lint