Skip to content

Commit d41ac0b

Browse files
committed
add vue-cli information to guide
1 parent cd67bc6 commit d41ac0b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/guide/application.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ type: guide
44
order: 18
55
---
66

7+
> **NEW:** Get up and running with single file Vue components, hot-reload, lint-on-save and unit testing in minutes with [vue-cli](https://github.com/vuejs/vue-cli)!
8+
79
The Vue.js core library is designed to be focused and flexible - it's just a view layer library that doesn't enforce any application-level architecture. While this can be great for integrating with existing projects, it could be a challenge for those with less experience to build larger scale applications from scratch.
810

911
The Vue.js ecosystem provides a set of tools, libraries on how to build large SPAs with Vue. This part is where we start get a bit "framework"-ish, but it's really just an opinionated list of recommendations; you still get to pick what to use for each part of the stack.
@@ -28,7 +30,7 @@ If you are into pre-processors, you can even do this:
2830

2931
You can build these single-file Vue components with Webpack + [vue-loader](https://github.com/vuejs/vue-loader) or Browserify + [vueify](https://github.com/vuejs/vueify). It is recommended to use the Webpack setup because Webpack's loader API enables better file dependency tracking / caching and some advanced features that are not feasible with Browserify transforms.
3032

31-
You can find examples of the build setups on GitHub:
33+
The fastest way to get up and running with a pre-configured build setup is using the official [vue-cli](https://github.com/vuejs/vue-cli). You can also find examples of the build setups on GitHub:
3234

3335
- [Webpack + vue-loader](https://github.com/vuejs/vue-loader-example)
3436
- [Browserify + vueify](https://github.com/vuejs/vueify-example)

0 commit comments

Comments
 (0)