This commit is contained in:
2018-10-30 22:43:09 +00:00
parent efc3122458
commit fb907f8e73

View File

@@ -101,6 +101,12 @@ This tool will audit a PWA and ensure it meets all the requirements to work well
- Gulp seems best for me: https://docs.microsoft.com/en-us/aspnet/core/client-side/using-gulp
VUE UI FRAMEWORK = VUETIFY
=-=-=-=-=-=-=-=-=-=-=-=-=-
- Settled on Vuetify and Material Design look and feel (fuck iOS)
- Vuetify plugin for VUECLI3: https://github.com/vuetifyjs/vue-cli-plugin-vuetify
- Articles on vuetify on medium: https://medium.com/vuetify
VUE NOTES / IMPORTANT INFO
=-=-=-=-=-=-=-=-=-=-=-=-=-
- always use kebab-case for everything including component names, props, events etc.