Skip to content

Commit ecee1b7

Browse files
sudo-suhasLinusBorg
authored andcommitted
docs(README): Update usage to init from develop branch (#1092)
* docs(README): Update usage to init from develop branch * docs(README): Add warning for init from develop
1 parent 5b26981 commit ecee1b7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ $ npm install
2121
$ npm run dev
2222
```
2323

24+
This will scaffold the project using the `master` branch. If you wish to use the latest version of the webpack template, do the following instead:
25+
26+
``` bash
27+
$ vue init webpack#develop my-project
28+
```
29+
30+
:warning: **The develop branch is not considered stable and can contain bugs or not build at all, so use at your own risk.**
31+
2432
The development server will run on port 8080 by default. If that port is already in use on your machine, the next free port will be used.
2533

2634
## What's Included

0 commit comments

Comments
 (0)