WebUI for CryptX
npm install
npm run dev
npm run build
npm run unit
npm run unit:watch
Admin dashboard based on paper dashboard UI template + vue-router
Link to Documentation
/user/login - POST /user/logout - GET /user/signup - POST /user/:id - GET /transactions - GET /transaction/create - POST
https://forum-archive.vuejs.org/topic/3369/authentication-in-vue/3 https://forum.vuejs.org/t/help-to-set-cookie-from-the-server-in-vue-js/3631 https://github.com/dgrubelic/vue-authenticate axios.get('some api url', {withCredentials: true}); https://codepen.io/takatama/pen/zoNeWP
https://dzone.com/articles/build-a-cryptocurrency-comparison-site-with-vuejs