We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b26981 commit ecee1b7Copy full SHA for ecee1b7
README.md
@@ -21,6 +21,14 @@ $ npm install
21
$ npm run dev
22
```
23
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
32
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.
33
34
## What's Included
0 commit comments