File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,14 @@ This application is a todo list with task repetition with level and experience p
55## Contents
66
77` src ` : Source for Vue, SCSS and TypeScript files.
8- ` src/components ` : Vue components to render as HTML with SCSS style .
8+ ` src/components ` : Vue components to render as HTML with SCSS styles .
99` src/store ` : Vuex store and store options.
1010
11+ ## Features
1112
13+ - Gamification with levels and experience points (XP)
14+ - Task repetition for daily, weekly, monthly or yearly tasks
15+ - Different priorties and difficulties to choose from
1216
1317## Setup the application
1418
Original file line number Diff line number Diff line change @@ -5,10 +5,14 @@ This application is a todo list with task repetition with level and experience p
55## Contents
66
77` src ` : Source for Vue, SCSS and TypeScript files.
8- ` src/components ` : Vue components to render as HTML with SCSS style .
8+ ` src/components ` : Vue components to render as HTML with SCSS styles .
99` src/store ` : Vuex store and store options.
1010
11+ ## Features
1112
13+ - Gamification with levels and experience points (XP)
14+ - Task repetition for daily, weekly, monthly or yearly tasks
15+ - Different priorties and difficulties to choose from
1216
1317## Setup the application
1418
@@ -34,3 +38,7 @@ npm run build
3438```
3539npm run lint
3640```
41+
42+ ### Customize configuration
43+
44+ See [ Configuration Reference] ( https://cli.vuejs.org/config/ ) .
You can’t perform that action at this time.
0 commit comments