Skip to content

Cabloy Start

Cabloy Start is the public MIT-licensed edition. It is a sibling repository that shares the Cabloy fullstack direction while intentionally differing from Cabloy Basic.

Repository marker

The Cabloy Start root contains:

  • __CABLOY_START__

Use that marker before choosing examples, UI assumptions, or automation behavior.

Typical role

Use Cabloy Start as the edition-aware target when work depends on:

  • direct use of the public Cabloy Start repository source
  • Vuetify-specific frontend workflows
  • Cabloy Start flavor names in frontend scripts
  • edition-specific module composition in the active Start repository
  • separate-repository structure and edition-specific project composition
  • edition-specific SSR site baselines and project assets

Clone and initialize

Cabloy Start is public and MIT-licensed. It does not use the default npm create cabloy project route.

To use Cabloy Start:

  1. clone the public repository directly
  2. run the edition initialization flow in the cloned project

Repository:

  • https://github.com/cabloy/cabloy-start

Clone the repository:

bash
git clone [email protected]:cabloy/cabloy-start.git

After cloning, run:

bash
npm run init

This initializes the project and installs dependencies.

Relationship to this docs site

This unified docs site treats Cabloy Start as a supported edition, not as a clone of Cabloy Basic. Shared architecture should remain shared, but any Start-specific script, module path, or UI workflow must be labeled explicitly.

Released under the MIT License.