Skip to content

Commit 71d618b

Browse files
committed
Remove unnecessary disclaimer
1 parent 16e132d commit 71d618b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,6 @@ You can also run your `dev` & `build` tasks from the GUI to get valuable build s
5858

5959
**NOTE:** During development, _only your assets_ will be served from `localhost:8080` and referenced in the base template. You'll still load your site locally under your normal development domain (mysite.test, etc.). This will also cause a brief unstyled flash on page loads due to JS/CSS assets loading from javascript for development. **This flash isn't present after build, on production**.
6060

61-
Vue's CLI may incorrectly output the wrong URL for the dev server:
62-
```bash
63-
App running at: http://localhost:8080/http://localhost:8080/
64-
# Ignore this bug. Your server will be running at http://localhost:8080
65-
```
66-
6761
After running `npm run build`, the easiest way to test your build files locally is to comment the environment variable in your `.env` file, and refresh the page. This will serve your assets from the build directory, rather than webpack's dev server.
6862

6963
For a detailed explanation on how things work, check out the [Vue CLI docs](https://cli.vuejs.org/).

0 commit comments

Comments
 (0)