File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ The Syncfusion license that contains the terms and conditions can be found at
38
38
39
39
## Installing
40
40
41
- Use the below command to install all dependent packages from the public npm registry.
41
+ Use the following command to install all dependent packages from the public npm registry.
42
42
43
43
``` bash
44
44
npm install
Original file line number Diff line number Diff line change 68
68
},
69
69
"scripts" : {
70
70
"gulp" : " gulp" ,
71
- "serve" : " node --max_old_space_size=8192 node_modules/@vue/cli-service/bin/vue-cli-service.js serve" ,
71
+ "serve" : " npm run gulp build && node --max_old_space_size=8192 node_modules/@vue/cli-service/bin/vue-cli-service.js serve" ,
72
72
"serve: watch" : " vue-cli-service serve" ,
73
73
"build" : " npm run gulp build && node --max_old_space_size=8192 node_modules/@vue/cli-service/bin/vue-cli-service.js build" ,
74
74
"build-watch" : " vue-cli-service build" ,
You can’t perform that action at this time.
0 commit comments