We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cea74fe commit d83af65Copy full SHA for d83af65
README.md
@@ -1,24 +1,24 @@
1
-# typescript-app
+# Vue gamification todo list app with Vuex, SCSS and TypeScript
2
3
-## Project setup
+## Setup the application
4
5
```
6
npm install
7
8
9
-### Compiles and hot-reloads for development
+### Serve the application
10
11
12
npm run serve
13
14
15
-### Compiles and minifies for production
+### Build the application to compile and minify the code
16
17
18
npm run build
19
20
21
-### Lints and fixes files
+### Lint code to check for errors and warnings
22
23
24
npm run lint
0 commit comments