Socket
Socket
Sign inDemoInstall

@vue/cli-service

Package Overview
Dependencies
57
Maintainers
3
Versions
165
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @vue/cli-service

local service for vue-cli projects


Version published
Weekly downloads
657K
decreased by-2.74%
Maintainers
3
Install size
61.1 MB
Created
Weekly downloads
 

Package description

What is @vue/cli-service?

@vue/cli-service is a development dependency for Vue.js projects that provides a set of built-in tools and configurations to streamline the development, testing, and building of Vue applications. It abstracts away much of the configuration needed for Webpack, Babel, ESLint, and other tools, allowing developers to focus on writing code.

What are @vue/cli-service's main functionalities?

Project Creation

This command initializes a new Vue.js project with a default or custom configuration. It sets up the project structure, installs dependencies, and configures build tools.

vue create my-project

Development Server

This command starts a development server with hot-reload capabilities. It allows developers to see changes in real-time as they edit their code.

npm run serve

Production Build

This command compiles the Vue.js application into a production-ready bundle. It optimizes the code for performance and minimizes the output files.

npm run build

Unit Testing

This command runs unit tests using a testing framework like Jest or Mocha. It helps ensure that individual components and functions work as expected.

npm run test:unit

Linting

This command runs ESLint to check for code quality and style issues. It helps maintain a consistent codebase and catch potential errors early.

npm run lint

Other packages similar to @vue/cli-service

Changelog

Source

4.0.4 (2019-10-18)

:bug: Bug Fix
  • @vue/cli-service
    • #4711 fix: fix a typo that caused router failed to install in older versions (@sodatea)
:memo: Documentation
Committers: 2

Readme

Source

@vue/cli-service

service for vue-cli

Full Docs

Keywords

FAQs

Last updated on 18 Oct 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc