Webpack vue Project Development Environment LAN access method, webpackvue

Source: Internet
Author: User

Webpack vue Project Development Environment LAN access method, webpackvue

Ideas:Set the startup ip address and port of your project. Of course, the port can also be 8080 by default.

Steps:

1. view your own ip address in the LAN

Command Line ipconfig

2. Go back to your Development Directory and find comfig/index. js in the root directory.

Modify host: your local network ip address

Modify port: Custom port-it is best not to use 80 or other common ports

Example: comfig/index. js

Host: 'http: // 192.168.2.153 ', // you must add http port: 3000

Note:Once the ip address is fixed here, access from the local machine or localhost will not be accessible. This ip address must also be used, and access from the LAN will be the same.

The above webpack vue Project Development Environment LAN access method is all the content shared by the small Editor, I hope to give you a reference, but also hope you can support a lot of help homes.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.