Skip to content

grantjbutler/nodecg-template

Repository files navigation

nodecg-template

This is the template for how I create nodecg bundles. This template installs the following dependencies:

  • vue
  • tailwind
  • ava
  • laravel mix

General Structure

All code goes into src/ in the appropriate sub directory. Parcel compiles and bundles all the code, outputting it into appropriate folders for nodecg to use.

dashboard/

Each dashboard panel should go into its own folder, with its own index.html being the entry point.

extension/

All extension code goes into the extension/ folder, with each thing being broken out into its own file. Each file is loaded by an index.js file.

graphics/

Each graphic shuold go in its own folder, with its own index.html beng the entry point.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published