Skip to content

Commit

Permalink
Recommend Vue CLI 3 instead of Vue CLI 2 (#1891)
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanTalip authored and yyx990803 committed Dec 14, 2018
1 parent 3352d34 commit eb2f374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/guide/single-file-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ With `.vue` components, we're entering the realm of advanced JavaScript applicat

- **Modern JavaScript with ES2015/16**: Read through Babel's [Learn ES2015 guide](https://babeljs.io/docs/learn-es2015/). You don't have to memorize every feature right now, but keep this page as a reference you can come back to.

After you've taken a day to dive into these resources, we recommend checking out the [webpack](https://vuejs-templates.github.io/webpack) template. Follow the instructions and you should have a Vue project with `.vue` components, ES2015, and hot-reloading in no time!
After you've taken a day to dive into these resources, we recommend checking out [Vue CLI 3](https://cli.vuejs.org/). Follow the instructions and you should have a Vue project with `.vue` components, ES2015, Webpack and hot-reloading in no time!

To learn more about Webpack itself, check out [their official docs](https://webpack.js.org/configuration/) and [Webpack Academy](https://webpack.academy/p/the-core-concepts). In Webpack, each file can be transformed by a "loader" before being included in the bundle, and Vue offers the [vue-loader](https://vue-loader.vuejs.org) plugin to translate single-file (`.vue`) components.

Expand Down

0 comments on commit eb2f374

Please sign in to comment.