Skip to content

Commit 36bc7ad

Browse files
committed
* update readme
1 parent d429320 commit 36bc7ad

1 file changed

Lines changed: 15 additions & 5 deletions

File tree

README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,22 @@ Please read carefully before use this project starter template
1414

1515
-------------------------------
1616

17+
## List of features implemented in this project
18+
1. Side menu navigation
19+
2. Application state management using `Vuex`
20+
3. Page and component creation
21+
4. RESTAPI consumption using `axios`
22+
5. Custom routing on onsenui-vue using vue-router
23+
24+
-------------------------------
25+
1726
## Dependencies
18-
- onsenui
19-
- vue
20-
- vue-onsenui
21-
- vue-router
22-
- vuex
27+
- [onsenui](https://github.com/OnsenUI/OnsenUI)
28+
- [vue](https://github.com/vuejs/vue)
29+
- [vue-onsenui](https://github.com/OnsenUI/OnsenUI/tree/master/bindings/vue)
30+
- [vue-router](https://github.com/vuejs/vue-router)
31+
- [vuex](https://github.com/vuejs/vuex)
32+
- [axios](https://github.com/mzabriskie/axios)
2333

2434
-------------------------------
2535

0 commit comments

Comments
 (0)