Added framework to Javascript frameworks section (#22637)

Vue.js was added on line 34 as one of the prominent front-end frameworks for Javascript.
pull/22844/head^2
CharlesMarlow 2018-11-21 01:35:31 +02:00 committed by Manish Giri
parent 208eee39d8
commit 64ab5c78f6
1 changed files with 4 additions and 2 deletions

View File

@ -33,10 +33,12 @@ Mozilla also offers Rhino, an implementation of JavaScript built in Java, typica
WebKit (except for the Chromium project) implements the JavaScriptCore engine.
## JavaScript Frameworks
JavaScript frameworks are application frameworks that can be applied to existing JavaScript code. They are often used for front-end development and web applications. The most frequently used JavaScript frameworks are React JS, Angular JS, Create JS, jQuery, nodeJS etc.
JavaScript frameworks are application frameworks that can be applied to existing JavaScript code. They are often used for front-end development and web applications. The most frequently used JavaScript frameworks are React.js, Angular.js, Vue.js, Create JS, jQuery, Node.js, etc.
For more details follow this [link](https://javascriptreport.com/the-ultimate-guide-to-javascript-frameworks/).
## More Resourses
#### More Information
[MDN Docs](https://developer.mozilla.org/bm/docs/Web/JavaScript)