@@ -3,22 +3,40 @@ home: true
3
3
heroImage : /logo.png
4
4
actionText : Get Started →
5
5
actionLink : /guide/
6
- features :
7
- - title : Feature Rich
8
- details : Out-of-the-box support for Babel, TypeScript, ESLint, PostCSS, PWA, Unit Testing & End-to-end Testing.
9
- - title : Extensible
10
- details : The plugin system allows the community to build and share reusable solutions to common needs.
11
- - title : No Need to Eject
12
- details : Vue CLI is fully configurable without the need for ejecting. This allows your project to stay up-to-date for the long run.
13
- - title : GUI on top of the CLI
14
- details : Create, develop and manage your projects through an accompanying graphical user interface.
15
- - title : Instant Prototyping
16
- details : Instantly prototype new ideas with a single Vue file.
17
- - title : Future Ready
18
- details : Effortlessly ship native ES2015 code for modern browsers, or build your vue components as native web components.
19
6
footer : MIT Licensed | Copyright © 2018-present Evan You
20
7
---
21
8
9
+ <div style =" text-align : center " >
10
+ <Bit />
11
+ </div >
12
+
13
+ <div class =" features " >
14
+ <div class =" feature " >
15
+ <h2>Feature Rich</h2>
16
+ <p>Out-of-the-box support for Babel, TypeScript, ESLint, PostCSS, PWA, Unit Testing & End-to-end Testing.</p>
17
+ </div >
18
+ <div class =" feature " >
19
+ <h2>Extensible</h2>
20
+ <p>The plugin system allows the community to build and share reusable solutions to common needs.</p>
21
+ </div >
22
+ <div class =" feature " >
23
+ <h2>No Need to Eject</h2>
24
+ <p>Vue CLI is fully configurable without the need for ejecting. This allows your project to stay up-to-date for the long run.</p>
25
+ </div >
26
+ <div class =" feature " >
27
+ <h2>GUI on top of the CLI</h2>
28
+ <p>Create, develop and manage your projects through an accompanying graphical user interface.</p>
29
+ </div >
30
+ <div class =" feature " >
31
+ <h2>Instant Prototyping</h2>
32
+ <p>Instantly prototype new ideas with a single Vue file.</p>
33
+ </div >
34
+ <div class =" feature " >
35
+ <h2>Future Ready</h2>
36
+ <p>Effortlessly ship native ES2015 code for modern browsers, or build your vue components as native web components.</p>
37
+ </div >
38
+ </div >
39
+
22
40
## Getting Started
23
41
24
42
``` bash
0 commit comments