3.0.0-rc.3
npm install -g [email protected]
yarn global add @vue/cli-service-global
vue serve
vue to serve on loclhost:**
C:\Users\Aaron\Tests\VueJS\infinite-scroll-vuejs>vue serve
Command vue serve requires a global addon to be installed.
Please run yarn global add @vue/cli-service-global and try again.
it appears Windows is stuck behind as usual.
You are installing the Vue core library used in web pages instead of the cli.
Please uninstall it with npm uninstall -g vue and follow the instructions to install the cli:
https://cli.vuejs.org/guide/creating-a-project.html#installation
If anybody come up here, use yarn global add @vue/cli ref : https://cli.vuejs.org/guide/installation.html
Most helpful comment
If anybody come up here, use
yarn global add @vue/cliref : https://cli.vuejs.org/guide/installation.html