Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve language #2686

Merged
merged 1 commit into from
Feb 12, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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).