Skip to content

Commit 1b48df5

Browse files
committed
Updated readme
1 parent fc8389b commit 1b48df5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ dotnet watch run
2727
cd WebClient
2828
2929
# Install dependecies
30-
npm install
30+
npm i
3131
3232
# Start client dev w/ hot module replacement
33-
npm run dev
33+
npm run serve
3434
```
3535

3636
### Features ###
@@ -51,6 +51,7 @@ npm run dev
5151
* [AutoMapper]() A convention-based object-object mapper.
5252
* [Microsoft.AspNetCore.SignalR](https://www.nuget.org/packages/Microsoft.AspNetCore.SignalR/) Components for providing real-time bi-directional communication across the Web.
5353
* [Vue.js](https://vuejs.org/) The Progressive JavaScript Framework.
54+
* [Vue CLI 3](https://cli.vuejs.org/) Standard Tooling for Vue.js Development.
5455
* [Vuetify](https://vuetifyjs.com/en/) Material design component framework for Vue.js.
5556
* [Vuex](https://vuex.vuejs.org/en/intro.html) State management pattern + library for Vue.js.
5657
* [Vue-Router](https://router.vuejs.org/en/) Vue Router is the official router for Vue.js.

0 commit comments

Comments
 (0)