Skip to content

Commit 6f439dc

Browse files
committed
Add simple template to README and rearrange template list
The list of templates was rearranged by their current and potential power, descending.
1 parent fbe5aaf commit 6f439dc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,15 @@ All official project templates are repos in the [vuejs-templates organization](h
2929

3030
Current available templates include:
3131

32+
- [webpack](https://github.com/vuejs-templates/webpack) - A full-featured Webpack + vue-loader setup with hot reload, linting, testing & css extraction.
33+
34+
- [webpack-simple](https://github.com/vuejs-templates/webpack-simple) - A simple Webpack + vue-loader setup for quick prototyping.
35+
3236
- [browserify](https://github.com/vuejs-templates/browserify) - A full-featured Browserify + vueify setup with hot-reload, linting & unit testing.
3337

3438
- [browserify-simple](https://github.com/vuejs-templates/browserify-simple) - A simple Browserify + vueify setup for quick prototyping.
3539

36-
- [webpack](https://github.com/vuejs-templates/webpack) - A full-featured Webpack + vue-loader setup with hot reload, linting, testing & css extraction.
37-
38-
- [webpack-simple](https://github.com/vuejs-templates/webpack-simple) - A simple Webpack + vue-loader setup for quick prototyping.
40+
- [simple](https://github.com/vuejs-templates/simple) - The simplest possible Vue setup in a single HTML file
3941

4042
### Custom Templates
4143

0 commit comments

Comments
 (0)