updated README.md

This commit is contained in:
Roberto Tonino 2020-07-29 18:51:41 +02:00
parent cbc0e0d710
commit 7db322c0be

View File

@ -6,8 +6,9 @@ This is just the WebUI for deemix, it should be used with deemix-pyweb or someth
- Use Vue as much as possible - Use Vue as much as possible
- First step: rewrite the app in Single File Components way ✅ - First step: rewrite the app in Single File Components way ✅
- Second step: Implement routing for the whole app using Vue Router - Second step: Implement custom contextmenu
- Third step: Remove jQuery - Third step: Implement routing for the whole app using Vue Router
- Fourth step: Remove jQuery
- Make i18n async (https://kazupon.github.io/vue-i18n/guide/lazy-loading.html) - Make i18n async (https://kazupon.github.io/vue-i18n/guide/lazy-loading.html)
- Use ES2020 async imports, if possible - Use ES2020 async imports, if possible
- Make the UI look coherent - Make the UI look coherent