Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 4305d44

Browse files
committed
New Guide
1 parent 1317772 commit 4305d44

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,23 @@ With rollup you can break your application into reusable modules.
4242
npm install --save-dev rollup-plugin-vue
4343
```
4444

45+
## Quick Start
46+
47+
Create project with vue-cli!
48+
49+
```
50+
vue init znck/vue-plugin-simple my-project
51+
```
52+
53+
Rollup! Rollup! Rollup!
54+
55+
### Create new project
56+
![](create.gif)
57+
58+
### Install dependencies & build
59+
![](build.gif)
60+
61+
4562
## Usage
4663

4764
```js

build.gif

5.39 MB
Loading

create.gif

5.44 MB
Loading

0 commit comments

Comments
 (0)