Skip to content

Commit

Permalink
Fix README of Vue + Dexie Todo Example
Browse files Browse the repository at this point in the history
  • Loading branch information
takahashim authored and dfahlander committed Dec 21, 2020
1 parent bc8214f commit 793ab91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/vue/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ npm install

## Development server

Run `npm run start` for a dev server. Navigate to `http://localhost:1123`. The app will automatically reload if you change any of the source files. You will also see any lint errors in the console.
Run `npm run serve` for a dev server. Navigate to `http://localhost:1123`. The app will automatically reload if you change any of the source files. You will also see any lint errors in the console.

## Build

Expand Down

0 comments on commit 793ab91

Please sign in to comment.