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

Latest commit

 

History

History
executable file
·
11 lines (8 loc) · 359 Bytes

File metadata and controls

executable file
·
11 lines (8 loc) · 359 Bytes

@vue/cli-service-global

英文原版

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

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