You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,10 +27,10 @@ dotnet watch run
27
27
cd WebClient
28
28
29
29
# Install dependecies
30
-
npm install
30
+
npm i
31
31
32
32
# Start client dev w/ hot module replacement
33
-
npm run dev
33
+
npm run serve
34
34
```
35
35
36
36
### Features ###
@@ -51,6 +51,7 @@ npm run dev
51
51
*[AutoMapper]() A convention-based object-object mapper.
52
52
*[Microsoft.AspNetCore.SignalR](https://www.nuget.org/packages/Microsoft.AspNetCore.SignalR/) Components for providing real-time bi-directional communication across the Web.
53
53
*[Vue.js](https://vuejs.org/) The Progressive JavaScript Framework.
54
+
*[Vue CLI 3](https://cli.vuejs.org/) Standard Tooling for Vue.js Development.
54
55
*[Vuetify](https://vuetifyjs.com/en/) Material design component framework for Vue.js.
55
56
*[Vuex](https://vuex.vuejs.org/en/intro.html) State management pattern + library for Vue.js.
56
57
*[Vue-Router](https://router.vuejs.org/en/) Vue Router is the official router for Vue.js.
0 commit comments