November 2017
Beginner to intermediate
398 pages
8h 42m
English
We will now install and use the babel-preset-vue in the Babel configuration of our app.
npm i -D babel-preset-vue
The main babel configuration is done in the .babelrc JSON file already present in the project root.
{ "presets": [ ["env", { "modules": false }], "stage-3", "vue" ] }
Read now
Unlock full access