Skip to content

NathanWalker/ns-pretext

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This workspace contains NativeScript examples of @chenglou/pretext demos in 3 app variants:

  • ns-pretext-angular: Angular
  • ns-pretext-solid: SolidJS
  • ns-pretext-vue: Vue
  • shared: Shared pretext adapters, layout helpers, demo metadata, and reusable demo logic used across the apps.

Each app includes the same core demo set, including chat bubbles, editorial spread, masonry, and justification comparison examples.

ns-pretext-examples.mov

Run

Open the app folder you want to run, then start a NativeScript debug session with one of these commands:

ns debug ios --no-hmr
ns debug android --no-hmr

Examples:

cd ns-pretext-solid
ns debug ios --no-hmr

cd ../ns-pretext-angular
ns debug android --no-hmr

cd ../ns-pretext-vue
ns debug ios --no-hmr

Releases

No releases published

Packages

 
 
 

Contributors