Step mpvue development of small programs

Development environment
* the Node
* npm: It is recommended to install Taobao mirror

  1. First, download vue-cli 
    npm install --g vue-cli

    After installation, vue This command can be performed to detect the installation was successful.

  2. Start building projects
     vue init mpvue/mpvue-quickstart test-mpvue

    Enter in the end all the way to the line.

  3. Then we enter into the project directory, the installation project dependencies

     npm install

       

  4. Running the Project

    npm run dev

     

Published 94 original articles · won praise 29 · views 50000 +

Guess you like

Origin blog.csdn.net/weixin_41849462/article/details/87973997