Skip to content

Commit b4eefd5

Browse files
committed
add quick start section
1 parent 4920230 commit b4eefd5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ If you want to build a Vue app really really fast, try using [vbuild](https://gi
1616
- PostCSS & cssnext
1717
- Autoprefixer
1818

19+
## Quick Start
20+
21+
```bash
22+
$ git clone https://github.com/egoist/vuepack.git
23+
$ cd vuepack
24+
$ npm install
25+
$ npm run dev
26+
# open http://localhost:3030
27+
```
28+
1929
## Usage
2030

2131
|Command|Description|

0 commit comments

Comments
 (0)