magento2-vue-checkout
magento2-vue-checkout copied to clipboard
Magento 2 Checkout module based on Vue.js
check if field is empty, if so prevent send request
Add translation to texts by vue extension i18n. Solutions to this: + [First idea](https://forum-archive.vuejs.org/topic/1274/what-are-you-using-for-i18n) + [Second idea](https://vuejsfeed.com/blog/vue-i18n-implementing-translations-in-vue-js)
We want to create some styles ready to use in separate files. We must get rid of idea with keep styles inside components b/c it will be hard to edit...
Add loader over shipping methods once user change country
Should be visible only in step 2 
We should add loader once the country is changing.
For now, we don't cover any custom payment methods. @szafran89 please add your thoughts about this issue and describe problem more
Add storing data in local storage to decrease the number of requests. + [LocalForage](https://github.com/localForage/localForage)