Vue.js Frame Construction

Source: Internet
Author: User

Installing scaffolding

Prerequisites: Node installed (above version 4.0), NPM

A, global installation vue-cli

NPM install-g VUE-CLI

After successful installation, you can view the version number from the command line.

B. Initialize Project

Create a new folder named 01vue, prepare to store the project under this folder, and then execute the command line VUE init template type project name, for example:

Vue Init webpack My-vue-project

Vue has a number of template types, such as Webpack, simple, browserify, which are created based on the Webpack project, with a series of interaction issues after the carriage return:

The name of the project, the description of the project, whether to install Vue-router (for page jumps), whether to use Eslint (a tool for code detection, to avoid low-level errors and Uniform code style), whether to install unit tests, etc.

You can enter the end, or you can choose, for example:

You can then find a folder named My-vue-project folder in 01vue.

C. Startup Project

Follow the prompt command line to start the project

CD my-vue-projectnpm installnpm run Dev

You will then see a folder with a dependent package in the folder Node_modules, and finally enter the address http://localhost:8080 in the browser, you can see the first page ^v^.

Vue.js Frame Construction

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.