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 9870efa commit 95da020Copy full SHA for 95da020
README.md
@@ -1,6 +1,13 @@
1
# Vue gamification todo list app with Vuex, SCSS and TypeScript
2
3
-This application is a todo list with task repetition with level and experience points and it stores to local storage using `vuex-persistedstate`
+This application is a todo list with task repetition with level and experience points and it stores to local storage using `vuex-persistedstate`.
4
+
5
+## Contents
6
7
+`src`: Source for Vue, SCSS and TypeScript files.
8
+`src/components`: Vue components to render as HTML with SCSS style.
9
+`src/store`: Vuex store and store options.
10
11
12
13
## Setup the application
0 commit comments