Vue-cli+webpack Building a simple Vue project framework

Source: Internet
Author: User

0. Go to the official website to download and install Nodejs

1. Enter the command in CMD node-version installation succeeds if the node version number appears

2. Through the command: the CD folder name into a specific folder after the following command operation:

3.NPM install-g VUE-CLI Global installation of VUE-CLI scaffolding

4.vue init webpack Project initialization projects

Here are some options for working on the picture

5.CD project into the desired Project project folder

5.NPM Install installation Project Dependency package

6. A simple Vue project has been built,

By command: NPM run Dev launches the localhost test server in the project folder automatically to the browser display content

7. If you need to generate a live project directory dist (deployment) is packaged with this command: NPM Run Build

Vue-cli+webpack Building a simple Vue project framework

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.