Skip to content

Commit

Permalink
[vue sample]
Browse files Browse the repository at this point in the history
Changed script serve to start
  • Loading branch information
Metastasis committed Oct 31, 2020
1 parent 1ffdf15 commit 6c1f151
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions samples/vue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ It is made with [Vue CLI](https://cli.vuejs.org/)

## Scripts

`npm run serve` - compiles and hot-reloads for development
`npm run start` - compiles and hot-reloads for development

`npm run build` - compiles and minifies for production

Expand All @@ -24,7 +24,7 @@ It is made with [Vue CLI](https://cli.vuejs.org/)
npm install

# start dev server
npm run serve
npm run start
```

Open the browser. Then click on "Download and parse invoice" button.
Expand Down
4 changes: 2 additions & 2 deletions samples/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"description": "Vue example usage of xlsx-import",
"author": "Dmitriy <[email protected]>",
"scripts": {
"serve": "vue-cli-service serve",
"start": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"test": "npm run test:cy",
"test:cy": "start-server-and-test serve http://localhost:8080 cy:run",
"test:cy": "start-server-and-test start http://localhost:8080 cy:run",
"cy:open": "cypress open",
"cy:run": "npm-run-all cy:run:*",
"cy:run:chrome": "cypress run --browser chrome --headless",
Expand Down

0 comments on commit 6c1f151

Please sign in to comment.