mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-01-14 11:20:20 -06:00
home, heroImage, actionText, actionLink, footer
| home | heroImage | actionText | actionLink | footer |
|---|---|---|---|---|
| true | /logo.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.
GUI on top of the CLI
Create, develop and manage your projects through an accompanying graphical user interface.
Instant Prototyping
Instantly prototype new ideas with a single Vue file.
Future Ready
Effortlessly ship native ES2015 code for modern browsers, or build your vue components as native web components.
Getting Started
npm install -g @vue/cli
# OR
yarn global add @vue/cli
vue create my-project