This commit is contained in:
@@ -101,7 +101,11 @@ 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 NOTES / IMPORTANT INFO
|
||||
=-=-=-=-=-=-=-=-=-=-=-=-=-
|
||||
- always use kebab-case for everything including component names, props, events etc.
|
||||
- this just avoids all manner of potential issues
|
||||
- If a runtime error occurs during a component’s render, it will be passed to the global Vue.config.errorHandler config function if it has been set. It might be a good idea to leverage this hook together with an error-tracking service like Sentry, which provides an official integration for Vue.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user