Skip to content

Commit 8f37ebe

Browse files
committed
chore: adjust title size
1 parent 3884b15 commit 8f37ebe

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ yarn global add @vue/cli
1414

1515
## Usage
1616

17-
#### Creating a New Project
17+
### Creating a New Project
1818

1919
``` sh
2020
vue create my-project
2121
```
2222

23-
#### Zero-config Prototyping
23+
### Zero-config Prototyping
2424

2525
You can rapidly prototype with just a single `*.vue` file with the `vue serve` and `vue build` commands, but they require an additional global addon to be installed:
2626

@@ -34,7 +34,7 @@ vue serve
3434

3535
The drawback of `vue serve` is that it relies on globally installed dependencies which may be inconsistent on different machines. Therefore this is only recommended for rapid prototyping.
3636

37-
#### Installing Plugins in an Existing Project
37+
### Installing Plugins in an Existing Project
3838

3939
Each CLI plugin ships with a generator (which creates files) and a runtime plugin (which tweaks the core webpack config and injects commands). When you use `vue create` to create a new project, some plugins will be pre-installed for you based on your feature selection. In case you want to install a plugin into an already created project, simply install it first:
4040

@@ -50,7 +50,7 @@ vue invoke eslint # the prefix can be omitted
5050

5151
It is recommended to commit your project's current state before running `vue invoke`, so that after file generation you can review the changes and revert if needed.
5252

53-
#### Pulling `[email protected]` Templates (Legacy)
53+
### Pulling `[email protected]` Templates (Legacy)
5454

5555
`@vue/cli` uses the same `vue` binary, so it overwrites `[email protected]`. If you still need the legacy `vue init` functionality, you can install a global bridge:
5656

@@ -60,7 +60,7 @@ yarn global add @vue/cli-init
6060
vue init webpack my-project
6161
```
6262

63-
#### Customization and Plugin Usage
63+
### Customization and Plugin Usage
6464

6565
For a detailed guide on how to customize a project, recipes for common tasks, detailed usage for each plugin, please see the [full documentation](https://github.com/vuejs/vue-cli/blob/dev/docs/README.md).
6666

0 commit comments

Comments
 (0)