Skip to content

Commit fa7ce2a

Browse files
committed
chore: update sponsor
1 parent 229e81e commit fa7ce2a

File tree

1 file changed

+31
-13
lines changed

1 file changed

+31
-13
lines changed

docs/README.md

Lines changed: 31 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,40 @@ home: true
33
heroImage: /logo.png
44
actionText: Get Started →
55
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.
196
footer: MIT Licensed | Copyright © 2018-present Evan You
207
---
218

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+
2240
## Getting Started
2341

2442
``` bash

0 commit comments

Comments
 (0)