Skip to content

Commit d3c6139

Browse files
authored
Create README.md
1 parent fa71a0f commit d3c6139

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/guides/2-essential/README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Essential Guide
2+
3+
0. [Introduction](/docs/guides/2-essential/00_introduction.md)
4+
1. [Setup](/docs/guides/2-essential/01_setup.md)
5+
2. [Active Record](/docs/guides/2-essential/02_active_record.md)
6+
3. [Index, Show, Transition](/docs/guides/2-essential/03_index_show_transition.md)
7+
4. [Forms, CRUD](/docs/guides/2-essential/04_forms_edit_new_create_update_delete.md)
8+
5. [Toggle Component](/docs/guides/2-essential/05_toggle_component.md)
9+
6. [Async Component](/docs/guides/2-essential/06_async_component.md)
10+
7. [Partials and Custom Components](/docs/guides/2-essential/07_partials_and_custom_components.md)
11+
8. [Collection Component](/docs/guides/2-essential/08_collection_async.md)
12+
9. [Custom Vue.js Components](/docs/guides/2-essential/09_custom_vue_js_components.md)
13+
10. [Styling and Notifications](/docs/guides/2-essential/10_styling_notifications.md)
14+
11. [Authentication with Devise](/docs/guides/2-essential/11_authentication_devise.md)
15+
12. [Wrap Up](/docs/guides/2-essential/12_wrap_up.md)
16+
13. [Heroku Deployment](/docs/guides/2-essential/13_heroku_deployment.md)

0 commit comments

Comments
 (0)