Files
vue-cli/docs
Haoqun Jiang e41ef41540 chore!: drop webpack-4 support in v5 (#6598)
1. I don't think I'll ever have the capacity to keep maintaining this
compat plugin. It's better to drop it now than later.
2. The plugin is needed at the time of alpha.0 because many ecosystem
plugins does not support webpack 5. But now I don't think it will be a
major hurdle.
3. The implementation was too hacky.
2021-07-30 14:03:54 +08:00
..
2020-12-14 23:01:48 +08:00
2021-06-03 21:17:44 +08:00

home, heroImage, actionText, actionLink, footer
home heroImage actionText actionLink footer
true /favicon.png Get Started → /guide/ MIT Licensed | Copyright © 2018-present Evan You

Feature Rich

Out-of-the-box support for Babel, TypeScript, ESLint, PostCSS, PWA, Unit Testing & End-to-end Testing.

Extensible

The plugin system allows the community to build and share reusable solutions to common needs.

No Need to Eject

Vue CLI is fully configurable without the need for ejecting. This allows your project to stay up-to-date for the long run.

Graphical User Interface

Create, develop and manage your projects through an accompanying graphical user interface.

Future Ready

Effortlessly ship native ES2015 code for modern browsers, or build your vue components as native web components.

Getting Started

Install:

npm install -g @vue/cli
# OR
yarn global add @vue/cli

Create a project:

vue create my-project
# OR
vue ui