This commit is contained in:
@@ -25,12 +25,10 @@ DEVELOPMENT SCHEDULE
|
|||||||
--------------------
|
--------------------
|
||||||
WEEK OF 2018-10-22 - Learn Vue, select a UI framework
|
WEEK OF 2018-10-22 - Learn Vue, select a UI framework
|
||||||
|
|
||||||
- skim through VUE docs to familiarize before coding
|
|
||||||
|
|
||||||
- skim: https://babeljs.io/docs/en/learn
|
|
||||||
|
|
||||||
- Read the style guide and if possible stick to it:
|
- Read the style guide and if possible stick to it:
|
||||||
- https://vuejs.org/v2/style-guide/
|
-
|
||||||
|
|
||||||
- Skim router docs:https://router.vuejs.org/
|
- Skim router docs:https://router.vuejs.org/
|
||||||
|
|
||||||
|
|||||||
@@ -106,6 +106,7 @@ VUE NOTES / IMPORTANT INFO
|
|||||||
- always use kebab-case for everything including component names, props, events etc.
|
- always use kebab-case for everything including component names, props, events etc.
|
||||||
- this just avoids all manner of potential issues
|
- 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.
|
- 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.
|
||||||
|
- Style guide: https://vuejs.org/v2/style-guide/
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user