2.6.5 • Published 3 years ago

@essence-community/constructor-scripts v2.6.5

Weekly downloads
9
License
MIT
Repository
github
Last release
3 years ago

Utilites to start/build/zip module for core application

Special commands

  1. start - run application for developments. This mode provide render component into web browser and script by url address http://localhost:8080/{project-name}.js. You can pass this url into preference of core application to inject module for development.
  2. build - build application for prodaction.
  3. zip - make zip archive to pass them into marketplace or share.

Descibe schema manifest

You can pass classes as many as you need (array like style)

class - Descrbe infomration about Class

namevaluedescription
cl_dataset1,0Indecate there should be ck_query for class
cl_final1,0Flag to show in the root of objects
cv_descriptionany sctringDescription of class
cv_nameany stringShort name of the class
cv_typeword characters with underscoreType of the class. Will be in the type attribute for the class

attributes - create a new attribute (but not apply to the class, see below how to apply to the class)

class_attributes - apply exising attributes to the class

class_hierarchy

Can be class_parent and class_child