File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -57,3 +57,4 @@ typings/
5757# dotenv environment variables file
5858.env
5959
60+ yarn.lock
Original file line number Diff line number Diff line change @@ -8,10 +8,17 @@ This project does not require updates as it directly uses your latest version
88
99## Install
1010
11+ via yarn
12+ ``` bash
13+ yarn add vue-echo-laravel
14+ ```
15+
16+ or via npm
17+
1118``` bash
1219npm install vue-echo-laravel --save
1320```
14-
21+
1522## Usage
1623
1724### Initialize
Original file line number Diff line number Diff line change 55 "main" : " dist/build.js" ,
66 "scripts" : {
77 "build" : " cross-env NODE_ENV=production webpack --progress --hide-modules" ,
8+ "release" : " git push --follow-tags && npm publish" ,
89 "test" : " echo \" Error: no test specified\" && exit 1"
910 },
1011 "dependencies" : {
You can’t perform that action at this time.
0 commit comments