0.1.4 • Published 12 months ago

@medio/test-package v0.1.4

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
12 months ago

CUSTOM REACT-APP

Enables creaton of React app that can be used in Medio. Also enables creation and building React components that can be shared among React-apps

TODO:

  • Rename export function in scr/components/MAIN/index.tsx! This will be the name of the main component. If a component is built, it can be invoked by this name.
  • Do NOT change the name of the model.tsx, module.css, and the context.tsx files and the directory
  • Change the componentName in package.json
  • Change the package name to @medio/packagename in package.json
  • Modify the index.d.ts file
    • Start with @medio/[packagename]
    • Create namespace
    • Change ComponentName everywhere

BUILD APP:

index.js:

  • Rename window.renderAPP = renderAPP --> window.renderAppName = renderAPP
  • Rename in the interface
  • Run: npm run build

BUILD MAIN COMPONENT:

Mobe everything from dependencies to devDependencies Run npm run release:RELEASE_LEVEL where RELEASE_LEVEL = major | minor | patch In the other app run npm i file:path/to/file/versions/....tgz

0.1.4

12 months ago

0.1.3

12 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago