--- home: true heroImage: /logo.png actionText: Get Started → actionLink: /guide/ features: - title: Feature Rich details: Out-of-the-box support for Babel, TypeScript, ESLint, PostCSS, PWA, Unit Testing & End-to-end Testing. - title: Extensible details: The plugin system allows the community to build and share reusable solutions to common needs. - title: No Need to Eject details: Vue CLI is fully configurable without the need for ejecting. This allows your project to stay up-to-date for the long run. - title: GUI on top of the CLI details: Create, develop and manage your projects through an accompanying graphical user interface. - title: Instant Prototyping details: Instantly prototype new ideas with a single Vue file. - title: Future Ready details: Effortlessly ship native ES2015 code for modern browsers, or build your vue components as native web components. footer: MIT Licensed | Copyright © 2018-present Evan You --- ## Getting Started ``` bash npm install -g @vue/cli # OR yarn global add @vue/cli vue create my-project ```