Squatted `vue-cli-service` Placeholder

5.0.10 · abandoned · verified Sun Apr 19

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.

Common errors

Warnings

Install

Quickstart

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.

// This package offers no functional API or command-line interface for direct usage.
// Installing it is not recommended as it is a name squatter.
// The actual Vue CLI service is used indirectly within a Vue CLI project.
// For example, to start a development server in a project created with @vue/cli:
// npm install -g @vue/cli
// vue create my-project
// cd my-project
// npm run serve

view raw JSON →