Expangine Vue

screenshot of Expangine Vue
vue
less
scss
vuetify

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

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.

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.

vue
Vue

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.

less
LESS

Less CSS is a dynamic stylesheet language that extends the capabilities of CSS, allowing developers to write cleaner, more modular, and reusable stylesheets with features like variables, mixins, and nested rules.

scss
SCSS

SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.

vuetify
Vuetify

Vuetify is a no design skills required UI Library with beautifully handcrafted Vue Components.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.