Skip to content

Commit 5a92c07

Browse files
committed
grammar
1 parent d2c0bed commit 5a92c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_posts/vue-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ All the CLI does is pulling down templates from the [vuejs-templates](https://gi
2424

2525
### Official Templates
2626

27-
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.
27+
The purpose of official Vue project templates is providing 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.
2828

2929
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.
3030

0 commit comments

Comments
 (0)