Skip to content
This repository was archived by the owner on Apr 1, 2019. It is now read-only.

Commit 0c33f23

Browse files
author
Walker Leite
committed
update readme
1 parent 6ab60c3 commit 0c33f23

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ $ vue init InCuca/vue-standalone-component my-component
1515
$ cd my-component
1616
$ npm install
1717
$ npm run serve
18+
$ npm run build
19+
$ npm run build:doc
1820
```
1921

20-
The generated output in ./build can be used with node and the browser.
22+
The generated output in ./dist can be used with node and the browser.
2123

2224
### What's Included
2325

0 commit comments

Comments
 (0)