① vue review. From installation to use

vue official website: cn.vuejs.org


vue installation

cnpm install -g @vue/cli

Check if the installation is successful

vue --version

Create a project

vue create vue-demo(项目名称)

 

 Cancel this. Spaces can be selected or canceled.

 Run the project:

cd 进入到项目下
npm run serve

After running successfully, just visit this blue URL

 

Guess you like

Origin blog.csdn.net/qq_42809973/article/details/132256482