Rename VUE JS to Vue

This commit is contained in:
Clement Ho 2018-03-08 16:02:17 +00:00
parent c29c0b30c3
commit c58dc4c974
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ We basically have 4 types of files:
1. Ruby files: basically Models and Controllers.
1. HAML files: these are the view files.
1. ERB files: used for email templates.
1. JavaScript files: we mostly need to work with VUE JS templates.
1. JavaScript files: we mostly need to work with Vue templates.
### Ruby files