We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4844ac2 commit 005dd34Copy full SHA for 005dd34
client-generator/vuejs.md
@@ -5,7 +5,7 @@ Create a Vue.js application using [vue-cli](https://github.com/vuejs/vue-cli):
5
$ vue init webpack-simple my-app
6
$ cd my-app
7
8
-Install Vue Router, Vuex and babel-plugin-transform-builtin-extend (to allow extending bultin types like Error and Array):
+Install Vue Router, Vuex and babel-plugin-transform-builtin-extend (to allow extending built-in types like Error and Array):
9
10
$ yarn add vue-router vuex babel-plugin-transform-builtin-extend babel-preset-es2015 babel-preset-stage-2
11
0 commit comments