Home >Web Front-end >Vue.js >What language is used for vue framework?
The Vue framework mainly uses JavaScript language because it is a progressive JavaScript framework built in JavaScript. In addition, the Vue framework also supports other languages, including TypeScript, CoffeeScript, and Dart, but they need to be compiled or transpiled to be used. It is recommended that beginners start learning the Vue framework from JavaScript as it has full support from official documentation and tutorials.
The language used by the Vue framework
Vue is a progressive JavaScript framework built in JavaScript.
JavaScript
JavaScript is a high-level programming language used to create and control dynamic content and interactions in web applications. JavaScript is a client-side scripting language, which means it executes in the user's browser without interacting with a server.
The Vue framework uses JavaScript to implement the following functions:
Other languages
In addition to JavaScript, the Vue framework can also be used in other languages, including :
However, these other languages need to be compiled or transpiled to be used in the Vue framework. The official Vue.js documentation and tutorials focus primarily on JavaScript, so beginners are advised to start with JavaScript.
The above is the detailed content of What language is used for vue framework?. For more information, please follow other related articles on the PHP Chinese website!