Files
vue-cli/docs
Alexander Sokolov 1392ba562b docs: [RU] Translation update (#2401) [ci skip]
* docs: [RU] build-targets.md fix

* docs: [RU] deployment.md added new section

* Update deployment.md

* docs: (ru) deployment.md fix

* docs: [RU] html-and-static-assets.md правка

* docs: image translated into russian

* added ai assets for en and ru

* docs: (ru) ui-api.md changed to localized image
2018-09-09 01:04:39 +08:00
..
2018-08-12 19:22:58 +09:00
2018-09-05 14:07:23 +08:00
2018-09-02 14:43:13 +02: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.

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

Install:

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

Create a project:

vue create my-project
# OR
vue ui