Files
vue-cli/docs
2018-06-05 16:51:44 -04:00
..
2018-06-05 16:51:44 -04:00
2018-06-05 14:50:04 -04:00
2018-06-05 14:50:04 -04:00
2018-06-05 16:51:44 -04:00
2018-06-05 14:50:04 -04:00

Introduction

Vue CLI is a full system for rapid Vue.js development, providing:

  • Interactive project scaffolding via @vue/cli.
  • Zero config rapid prototyping via @vue/cli + @vue/cli-service-global.
  • A runtime dependency (@vue/cli-service) that is:
    • Upgradeable;
    • Built on top of webpack, with sensible defaults;
    • Configurable via in-project config file;
    • Extensible via plugins
  • A rich collection of official plugins integrating the best tools in the frontend ecosystem.

Vue CLI aims to be the standard tooling baseline for the Vue ecosystem. It ensures the various build tools work smoothly together with sensible defaults so you can focus on writing your app instead of spending days wrangling with configurations. At the same time, it still offers the flexibility to tweak the config of each tool without the need for ejecting.

  • Overview
  • CLI
    • Creating a Project
    • Plugins and Presets
    • Instant Prototyping
    • CLI UI
  • Development
    • The CLI Service
    • Browser Compatibility
    • HTML and static assets
    • Mode and Environment Variables
    • Git Hooks
    • Building as a Library
    • Building as Web Components
    • Deployment