Files
vue-cli/docs/index.md
2021-11-09 16:06:01 +08:00

1.0 KiB

home, heroImage, actionText, actionLink, features, footer
home heroImage actionText actionLink features footer
true /favicon.png Get Started → /guide/
title details
Feature Rich Out-of-the-box support for Babel, TypeScript, ESLint, PostCSS, PWA, Unit Testing & End-to-end Testing.
title details
Extensible The plugin system allows the community to build and share reusable solutions to common needs.
title details
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.
title details
Graphical User Interface Create, develop and manage your projects through an accompanying graphical user interface.
title details
title details
Future Ready Effortlessly ship native ES2015 code for modern browsers, or build your vue components as native web components.
MIT Licensed | Copyright © 2018-present Evan You

Getting Started

Install:

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

Create a project:

vue create my-project
# OR
vue ui