This article brings you relevant knowledge about vue, which mainly introduces the related issues about the scaffolding interactive command line and graphical interface installation steps. Let’s take a look at it together. I hope Helpful to everyone.
[Related recommendations: javascript video tutorial, vue.js tutorial】
vue scaffolding interactive Command line and graphical interface installation steps
Ensure node is installed
Install vue scaffolding command: npm install -g @vue /cli
Installation successful Use vue -V to view the installed version
If it has been installed before, use the npm uinstall vue-cli -g command to uninstall
3.1 Enter vue create vue_proj and press Enter (select the second item to create manually and then Enter)
3.2 Select the three configurations in the picture, press the space button to select, and press Enter to confirm
3.3 Ask whether to install historical mode routing, choose to install hash mode, select n and press Enter
【Related recommendations: javascript video tutorial, vue.js tutorial】
The above is the detailed content of vue scaffolding interactive command line and graphical interface installation steps (pictures and texts). For more information, please follow other related articles on the PHP Chinese website!