Socket
Socket
Sign inDemoInstall

@vue/cli-service

Package Overview
Dependencies
40
Maintainers
1
Versions
165
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/cli-service


Version published
Weekly downloads
637K
decreased by-3.05%
Maintainers
1
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

3.0.0-alpha.1 (2018-01-25)

babel-preset-app

Bug Fixes
  • typo {mdoule => module} (#721) (4765cc6)

cli

Bug Fixes
  • avoid scrolling when picking features (d57208d)
Features

cli-plugin-babel

Features

cli-plugin-e2e-cypress

Features

cli-plugin-e2e-nightwatch

Features

cli-plugin-pwa

Features

cli-plugin-typescript

Features
  • experimental support for compiling TS with Babel (e4dcc2f)
  • make tslint work for vue files (52b587e)
  • preliminary TS plugin imeplementation (54a902d)
  • use Babel w/ TS for polyfills (5b19826)

cli-plugin-unit-jest

Features
  • make jest plugin work with TypeScript (ea2648e)

cli-plugin-unit-mocha-webpack

Features

cli-service

Bug Fixes
  • ensure paths + make html optional (2c1ad14)
Features

cli-shared-utils

Features
  • better validation error message (5fef42c)

eslint-config-prettier

Features
  • complete prettier integration (100c5c6)
  • support Prettier eslint config (pending) (d84df9a)

other

Bug Fixes
Features

Readme

Source

@vue/cli-service

service for vue-cli

Keywords

FAQs

Last updated on 25 Jan 2018

Did you know?

Socket

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc