Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ $ npm install
$ npm run dev
```

If you wish to use the latest version of the webpack template, do the following instead:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add a bold warning that this branch is not considered stable and can contain bugs or not build at all, so use at your own risk.


``` bash
$ vue init webpack#develop my-project
```

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.

## What's Included
Expand Down