This npm package, `vue-cli-service` (current version 5.0.10, last published over two years ago), is a name-squatting placeholder that claims to wrap the binary from the *official* `@vue/cli-service` package. It does not provide any independent functionality, nor is it endorsed or maintained by the Vue.js team. Its sole stated purpose by the publisher "alxndrsn" is to prevent others from squatting the name. Developers should *not* install or rely on this package, as the actual Vue CLI service functionality is provided by the `@vue/cli-service` package, which is installed as a development dependency within a Vue CLI project and exposes its binary for use in npm scripts or via `npx`. This package is effectively abandoned, unmaintained, and offers no value, with 0 dependencies and a small unpacked size.
npm install vue-cli-serviceNo compatibility data collected yet for this library.
This package is a non-functional name squatter. The example shows how to correctly initiate and serve a Vue project using the official Vue CLI.
Do not install `vue-cli-service` directly. If you need Vue CLI functionality, use the `vue` global command (after installing `@vue/cli` globally) or rely on the `vue-cli-service` binary installed locally by `@vue/cli-service` within a Vue project (e.g., `npm run serve`).
Remove `vue-cli-service` from your `package.json` dependencies immediately and ensure you are using the official `@vue/cli-service` indirectly through `vue-cli` commands or `npm` scripts within a Vue project.
This `vue-cli-service` package does not provide the actual Vue CLI tools. Ensure you have `@vue/cli` installed globally (`npm install -g @vue/cli`) to use the `vue` command, or that your Vue project has `@vue/cli-service` installed as a dev dependency to use its locally provided `vue-cli-service` binary via `npm run serve` etc.
This package is a name squatter and does not expose a functional module. Do not import or require `vue-cli-service`. The correct Vue CLI service is part of the `@vue/cli-service` package, which is intended for command-line use within a project, not direct programmatic import.
No dependency data recorded yet.