You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/how-to/develop-using-vagrant.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: How to Develop using Vagrant
2
+
title: How to Develop Using Vagrant
3
3
---
4
4
5
5
If you have a more advanced project and use [Vagrant](https://www.vagrantup.com/) to run your development environment in a Virtual Machine, you'll often want to also run webpack in the VM.
@@ -16,7 +16,7 @@ end
16
16
17
17
Next, install webpack and webpack-dev-server in your project;
18
18
19
-
```shell
19
+
```sh
20
20
npm install webpack webpack-dev-server --save-dev
21
21
```
22
22
@@ -49,7 +49,7 @@ Note that you also need to create an `app.js` file.
0 commit comments