Vue.js - 1.4


Compatibility: v2 v3 Express
What's new? Release Notes
ID: com.castsoftware.vuejs

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.orgexternal link.

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.

Supported versions

See the following pages for more detailed information about the supported versions for JavaScript and TypeScript:

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/external link. 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.

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
  • Web Services Call

Data version: 1.4.0-funcrel

ISO 5055 Structural Rules

Quality support is based on ISO 5055 structural rules available for the selected extension version. Counts are grouped by ISO 5055 characteristic.

Reliability Maintainability Security Performance Efficiency

Data version: 1.4.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.