vue-cli-Django rapid development

This video: https://www.bilibili.com/video/av58223092?from=search&seid=6513187316241511958

 

npm change Source: https://www.jianshu.com/p/0deb70e6f395

2. sustainable use

npm config set registry https://registry.npm.taobao.org
After // configuration to verify the success of the following ways
npm config get registry
// or npm info express

 

npm install -g vue-cli global mount vue-cli

 

This video is a vue init webpack vueproject

This means creating projects should be based on webpack created it

This code must first perform the following

C:\Users\weiai\Desktop>npm install -g @vue/cli-init

 

 His development documents

Documentation can be found at https://vuejs-templates.github.io/webpack

 

This is what I then npm run dev Hbuild terminal running   http: // localhost: 8080 / # /

 

 

ok vue own project directory has been established,

Analysis of the structure of the project tomorrow, and then run the project

Write your own stuff

Guess you like

Origin www.cnblogs.com/Py-king/p/11669182.html