LearnNewsExamplesServices
Frontmatter
id781
titleMoving Apps out of the main repo
stateClosed
labels
enhancementhelp wantedepicdiscussionstale
assignees[]
createdAtJun 27, 2020, 11:01 AM
updatedAtSep 28, 2024, 4:31 AM
githubUrlhttps://github.com/neomjs/neo/issues/781
authortobiu
commentsCount2
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtSep 28, 2024, 4:31 AM

Moving Apps out of the main repo

Closed v8.1.0 enhancementhelp wantedepicdiscussionstale
tobiu
tobiu commented on Jun 27, 2020, 11:01 AM

The goal was to create demo apps inside the main repo, since it is pretty convenient to change & extend the framework code-base at the same time. Especially with the current npm publish timeout issues.

The Apps which are "finished" already got their own repos using neo.mjs as a node module.

The only reason they are still inside this repo as well is, that the current online examples just display the apps & examples within the neo repo.

We need to check if the pages repo can add dependencies for app repos, while keeping the internal structure.

This will most likely need to add multiple versions of the neo framework. We could probably use different framework versions for different apps (not a goal).

pages
- node_modules
- - covid-helix
- - - node_modules
- - - -neo.mjs
- - - node_modules
- - neo.mjs
- - - apps
- - - - covid-gallery

Thoughts?

tobiu added the enhancement label on Jun 27, 2020, 11:01 AM
tobiu added the help wanted label on Jun 27, 2020, 11:01 AM
tobiu added the epic label on Jun 27, 2020, 11:01 AM
tobiu added the discussion label on Jun 27, 2020, 11:01 AM