Skip to content
This repository has been archived by the owner on Jan 5, 2022. It is now read-only.

Latest commit

 

History

History

vue-cli-service-global

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

@vue/cli-service-global

英文原版

全局安装这个包之后,你可以直接运行 vue servevue build 而不需要任何本地依赖:

npm install -g @vue/cli-service-global
echo '<template><h1>Hello!</h1></template>' > App.vue
vue serve