Skip to content

Commit ee4a0bc

Browse files
Resolved the sample running issue
1 parent dbf861c commit ee4a0bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The Syncfusion license that contains the terms and conditions can be found at
3838

3939
## Installing
4040

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.
4242

4343
```bash
4444
npm install

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
},
6969
"scripts": {
7070
"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",
7272
"serve: watch": "vue-cli-service serve",
7373
"build": "npm run gulp build && node --max_old_space_size=8192 node_modules/@vue/cli-service/bin/vue-cli-service.js build",
7474
"build-watch": "vue-cli-service build",

0 commit comments

Comments
 (0)