Comienza Ya. Es Gratis
ó regístrate con tu dirección de correo electrónico
Vue.js por Mind Map: Vue.js

1. Inner features

1.1. Stubs / indexing

1.2. Perfomance

2. IDE features

2.1. Code generation

2.1.1. Code snippets

2.2. Project creation

2.2.1. @vue/cli 3+ version

2.2.2. vue-cli 2 version

2.2.3. Default run/debug configurrations

2.2.3.1. run configuration

2.2.3.2. debug configuration

2.3. Debugger

2.4. Run / Debug configurations

2.4.1. Run configuration (npm)

2.4.2. Debug configuration

2.5. New .vue file creation

2.6. Refactorings

2.6.1. Extract vue component

3. Vue specific features

3.1. Style

3.1.1. Css

3.1.2. less

3.1.3. Sass

3.1.4. Scss

3.1.5. Stylus

3.2. Script

3.2.1. code insight

3.2.1.1. Vuex completion

3.2.1.2. props

3.2.1.3. data

3.2.1.4. lifecycle hooks

3.2.1.5. mixins

3.2.1.6. methods

3.2.1.7. imported components

3.2.2. supported languages

3.2.2.1. javascript

3.2.2.2. typescript

3.3. Template

3.3.1. supported languages

3.3.1.1. html

3.3.1.2. pug

3.3.2. code insight

3.3.2.1. String interpolation

3.3.2.2. components

3.3.2.2.1. props

3.3.2.2.2. autoimport

3.3.2.2.3. 3rd party components (vuetify, bootstrap-vue etc)

3.3.2.3. directives

3.3.2.3.1. attribute bindings

3.3.2.3.2. event bindings

3.3.2.3.3. Other directives