Files
vue-cli/packages/@vue/cli-service-global
Guillaume Chau 96778b2caf chore: update main deps (#1772)
* chore: update main deps

* chore: update ts types

* chore: update generator deps versions

* fix: ts-jest

* chore: upgrade ts-jest again

* fix: re-generated yarn.lock

* chore: more upgrades

* fix: jest test matching on Windows
2018-07-08 13:56:10 +02:00
..
2018-04-30 18:19:02 -04:00
2018-05-04 18:58:11 -04:00
2018-01-07 18:39:14 -05:00
2018-01-05 09:20:20 -05:00
2018-07-08 13:56:10 +02:00
2018-02-08 13:34:05 -05:00

@vue/cli-service-global

Installing this package globally allows you to run vue serve and vue build directly without any local dependencies:

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