1.0.1 • Published 3 years ago

mod-test-123 v1.0.1

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
3 years ago

wix-one-app-module-example

This project is will be a starting point to create a new engine module for vertical that can expose their components, methods, logic and more.

Note:

If there is a need to have native code, you have to write your own library and PR the engine about it and then you can use it in the module.

Includes:

  • Simple engine module structure. Guide
  • Module api basic usage. Doc
  • Unit testing.
  • E2E testing. Doc
  • Engine Lint. Doc
  • Typescript. Doc

Requirements

  • Xcode 11.2.1.
  • Node > 8.
  • Android emulator (for E2E) with name Pixel_API_28 that is API 28.

Usage:

  • Click on Use this template (it will create new repo wit the same structure). Docs
  • Clone the repo
  • Make changes in the package.json (name, version, license, etc).
  • Install depedencies.
  • Run the Tests to make sure your environment is ready. (npm run test)
  • Edit pom.xml to match your needs.
  • Push to git.
  • Add build to CI, Guide.