Skip to content

Commit e4284cd

Browse files
committed
readme
1 parent 97916d9 commit e4284cd

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,21 @@ $ npm run dev
1919

2020
The above command pulls the template from [vuejs-templates/webpack](https://github.com/vuejs-templates/webpack), prompts for some information, and generates the project at `.my-project/`.
2121

22-
When a new template is added to the `vuejs-templates` organization, you will be able to run `vue init <template-name> <project-name>` to use that template.
22+
### Official Templates
2323

24-
You can run `vue list` to see all available official templates.
24+
The purpose of official Vue project templates are to provide opinionated, battery-included development tooling setups so that users can get started with actual app code as fast as possible. However, these templates are un-opinionated in terms of how you structure your app code and what libraries you use in addition to Vue.js.
25+
26+
All official project templates are repos in the [vuejs-templates organization](https://github.com/vuejs-templates). When a new template is added to the organization, you will be able to run `vue init <template-name> <project-name>` to use that template. You can also run `vue list` to see all available official templates.
27+
28+
Current available templates include:
29+
30+
- [browserify](https://github.com/vuejs-templates/browserify) - A full-featured Browserify + vueify setup with hot-reload, linting & unit testing.
31+
32+
- [browserify-simple](https://github.com/vuejs-templates/browserify-simple) - A simple Browserify + vueify setup for quick prototyping.
33+
34+
- [webpack](https://github.com/vuejs-templates/webpack) - A full-featured Webpack + vue-loader setup with hot reload, linting, testing & css extraction.
35+
36+
- [webpack-simple](https://github.com/vuejs-templates/webpack) - A simple Webpack + vue-loader setup for quick prototyping.
2537

2638
### Custom Templates
2739

0 commit comments

Comments
 (0)