More Premium Hugo Themes Premium Vue Themes

Expangine Vue

A Vue component library for expangine, a visual development framework.

Expangine Vue

A Vue component library for expangine, a visual development framework.

Author Avatar Theme by expangine
Github Stars Github Stars: 53
Last Commit Last Commit: Oct 15, 2020 -
First Commit Created: Jan 5, 2024 -
Expangine Vue screenshot

Overview:

expangine-vue is a Vue & Vuetify component library for expangine, a visual development framework. It allows users to design the structure of their data, create test data, and develop programs that process that data. The library offers various features such as import/export functionality, history tracking, reusable functions, program testing, program debugging, and more. Expangine is fully customizable, allowing users to add their own data types, operations, and expressions.

Features:

  • Import/export your structure, data, program, and functions as JSON.
  • Use JSON or JS code to detect the data and determine its types.
  • Load an example program and data.
  • Undo/redo history saved to your localStorage.
  • Add/edit/remove reusable functions.
  • Save the program as a reusable function.
  • Test your functions outside the program.
  • Run your program and view its output.
  • Debug your program and step through it in any direction.
  • Test operations used in your program.

Installation:

To install expangine-vue, follow the steps below:

  1. Add the package to your project using npm or yarn:

    npm install expangine-vue
    

    or

    yarn add expangine-vue
    
  2. Import the necessary components in your code:

    import { ExpangineComponent1, ExpangineComponent2 } from 'expangine-vue';
    
  3. Use the components in your Vue application:

    <template>
      <div>
        <expangine-component1></expangine-component1>
        <expangine-component2></expangine-component2>
      </div>
    </template>
    
    <script>
    export default {
      components: {
        ExpangineComponent1,
        ExpangineComponent2,
      },
    };
    </script>
    
  4. Customize the components and utilize the available features according to your requirements.

Summary:

expangine-vue is a component library for expangine, a visual development framework. It provides a range of features including import/export functionality, history tracking, reusable functions, program testing, program debugging, and more. The library can be used to create various applications such as game makers, CMSs, or API management consoles. Users can customize expangine by adding their own data types, operations, and expressions.