Skip to content

Commit 0f0f9a3

Browse files
stevemaokazupon
authored andcommitted
Link Yeoman (#860)
People may not know what Yeoman is
1 parent d0e4dbd commit 0f0f9a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/comparison.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Another important difference between these offerings is that Vue's companion lib
199199

200200
Finally, Vue offers a [CLI project generator](https://github.com/vuejs/vue-cli) that makes it trivially easy to start a new project using your choice of build system, including [Webpack](https://github.com/vuejs-templates/webpack), [Browserify](https://github.com/vuejs-templates/browserify), or even [no build system](https://github.com/vuejs-templates/simple). React is also making strides in this area with [create-react-app](https://github.com/facebookincubator/create-react-app), but it currently has a few limitations:
201201

202-
- It does not allow any configuration during project generation, while Vue's project templates allow Yeoman-like customization.
202+
- It does not allow any configuration during project generation, while Vue's project templates allow [Yeoman](http://yeoman.io/)-like customization.
203203
- It only offers a single template that assumes you're building a single-page application, while Vue offers a wide variety of templates for various purposes and build systems.
204204
- It cannot generate projects from user-built templates, which can be especially useful for enterprise environments with pre-established conventions.
205205

0 commit comments

Comments
 (0)