📝 Edit on GitHub
Resources
See also my Resources for Vue in Learn to Code.
See the Vue Cheatsheet on DevHints.
- vuejs.org homepage
- Vue 3
- Homepage
- Installation
- Upgrade to Vue 3. Note you have to replace the compiler as per discussion. There are some code changes to make as well.
$ yarn add vue@next $ yarn remove vue-template-compiler $ yarn add @vue/compiler-sfc -D
- Upgrade to Vue 3. Note you have to replace the compiler as per discussion. There are some code changes to make as well.
- TypeScript Support - this explains how to configure your project and how to add TypeScript to your Vue components.
- Vue 2
See also my Vue JS Quickstart repo.