From 971804ff6b72c3811b876af70701813b05f853a2 Mon Sep 17 00:00:00 2001 From: RonnieSan Date: Fri, 8 Jun 2018 21:42:32 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5027f46..8c7f89b 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ $ npm install Create a `.vue` file anywhere in the `src` folder of the project you just created. -Then, run the webpack compiler and point the `--env.file` argument to the .vue file you created (you don't need to add the extension). The path should be relative to the `src` folder, so if you created your `.vue` file in the `src` folder, the path would just be the name of the file. For example, ff the file is located in `src/sub-folder/my-component.vue`, the path you would enter for the `--env.file` argument would be `sub-folder/my-component`. +Then, run the webpack compiler and point the `--env.file` argument to the .vue file you created (you don't need to add the extension). The path should be relative to the `src` folder, so if you created your `.vue` file in the `src` folder, the path would just be the name of the file. For example, if the file is located in `src/sub-folder/my-component.vue`, the path you would enter for the `--env.file` argument would be `sub-folder/my-component`. ``` bash $ webpack --env.file=path/to/my-component