Vue.js - 1.3
Description
This extension provides support for Vue.js. Vue.js is an open-source JavaScript framework used to build user interfaces for web applications: see https://vuejs.org .
In what situation should you install this extension?
If your Web application contains Vue.js source code used inside JavaScript or TypeScript files, and you want to view these object types and their links with other objects, then you should install this extension.
Technologies Support
The following table summarizes the Vue.js libraries supported for JavaScript and TypeScript source code:
| Library | JavaScript | TypeScript |
|---|---|---|
| Vue.js | ✅ v2.x | ✅ v2.x, v3.x |
| Vuex | ✅ | ✅ v2.x, v3.x, v4.x |
| Pinia | ❌ | ✅ v1.x, v2.x |
For detailed results, refer to the JavaScript support and TypeScript support pages.
Supported template definitions
Vue.js has different methods to define a component’s template - these methods are shown here: https://vuejsdevelopers.com/2017/03/24/vue-js-component-templates/ . The following table shows the methods that are currently supported by Vue.js extension:
| Pattern | Support |
|---|---|
| String | ❌ |
| Template literal | ❌ |
| X-Templates | ✅ |
| Inline | ✅ |
| Render functions | ✅ |
| JSX | ❌ |
| Single page components | ✅ |
Unsupported template definition methods will not create links to any called functions.
Unsupported template definition methods will be ignored and the extension will not create links to any called functions.
Objects
For JavaScript and TypeScript objects created while analyzing Vue.js applications, refer to the HTML5 Objects and TypeScript Objects sections.
The following table summarizes the Vue.js-specific objects created by the extension:
Transactions
Transaction support is derived from metamodel concepts used to build CAST Imaging Blueprint and structural transaction flows. Entry Points start transactions; Exit Points include both output/boundary concepts and Data Entities manipulated by transactions.
| Role | Support | Breakdown |
|---|---|---|
| Entry Point | No direct concept type details | |
| Exit Point |
|
Data version: 1.3.0-funcrel
ISO 5055 Structural Rules
Quality support is based on ISO 5055 structural rules available for the selected extension version.
| Reliability | Maintainability | Security | Performance Efficiency |
|---|---|---|---|
Data version: 1.3.0-funcrel
Dependencies with other extensions
Some CAST extensions require the presence of other CAST extensions in order to function correctly. The Vue.js extension requires that the following other CAST extensions are also installed:
Structural rules
The following structural rules are provided:
Known limitations
Functions passed as properties
In Vue.js, components can have properties, which could be functions. Links to those functions are currently unsupported.