Skip to content

Commit

Permalink
Merge pull request #2686 from w3bdesign/patch-1
Browse files Browse the repository at this point in the history
Improve language
  • Loading branch information
yoyo930021 authored Feb 12, 2021
2 parents 03b910a + 804b505 commit 304e756
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/guide/Readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Quick start

Here are five common case.
Here are five common use cases.

- [Vue CLI](#vue-cli)
- [Veturpack]($veturpack)
Expand All @@ -11,7 +11,7 @@ Here are five common case.
## Vue CLI
[Offical Website](https://cli.vuejs.org/)
When you create project with Vue CLI,
If no use typescript, please add `jsconfig.json` at opened project root.
If you are not using typescript, please add `jsconfig.json` at opened project root.
```json
{
"compilerOptions": {
Expand All @@ -30,11 +30,11 @@ If no use typescript, please add `jsconfig.json` at opened project root.
```
[Add shim-types file for import Vue SFC in typescript file.](/guide/setup.html#typescript)

If use typescript, you don't need to do any thing in your project.
If you use typescript, you don't need to do anything in your project.

## Veturpack
[Github](https://github.com/octref/veturpack)
It is out of box.
It works out of the box.

## Laravel / Custom project
Please keep `package.json` and `tsconfig.json`/`jsconfig.json` at opened project root.
Expand All @@ -45,6 +45,6 @@ If you can't do it, please add `vetur.config.js` for set config file path.
- [Read more `vetur.config.js` doc](/guide/setup.html#advanced).

## Monorepo
please add `vetur.config.js` for define projects.
Please add `vetur.config.js` for define projects.

- [Read more `vetur.config.js` doc](/guide/setup.html#advanced).

0 comments on commit 304e756

Please sign in to comment.