home | heroImage | actionText | actionLink | footer |
---|---|---|---|---|
true |
/favicon.png |
Get Started → |
/guide/ |
MIT Licensed | Copyright © 2018-present Evan You |
Out-of-the-box support for Babel, TypeScript, ESLint, PostCSS, PWA, Unit Testing & End-to-end Testing.
The plugin system allows the community to build and share reusable solutions to common needs.
Vue CLI is fully configurable without the need for ejecting. This allows your project to stay up-to-date for the long run.
Create, develop and manage your projects through an accompanying graphical user interface.
Install:
npm install -g @vue/cli
# OR
yarn global add @vue/cli
Create a project:
vue create my-project
# OR
vue ui