Mpvue framework to create a small program

First, to quickly create a project mpvue

       · Global installation vue-cli

       · Vue init mpvue / mpvue-quickstart mpvue-ax

 

       · Cd mpvue-demo (to the project root directory)

        · Installation fly (http requests based Promise library) - npm i flyio --save

        · Installation depends - npm install

        • Start - npm run dev

 

Second, the project code folder

 

Guess you like

Origin www.cnblogs.com/yangshuzhong/p/11433298.html