Skip to content

Commit 95da020

Browse files
committed
Add contents
1 parent 9870efa commit 95da020

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Vue gamification todo list app with Vuex, SCSS and TypeScript
22

3-
This application is a todo list with task repetition with level and experience points and it stores to local storage using `vuex-persistedstate`
3+
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+
411

512

613
## Setup the application

0 commit comments

Comments
 (0)