Skip to content

nqdev-fork/Zalo-MiniApp-zmp-blank-templates

 
 

Repository files navigation

Zalo Mini App

Development

Using Zalo Mini App Extension

  1. Install Visual Studio Code and Zalo Mini App Extension.
  2. In the Home tab, process Config App ID and Install Dependencies.
  3. Navigate to the Run tab, select the suitable launcher, and click Start.

Using Zalo Mini App CLI

  1. Install Node JS.
  2. Install Zalo Mini App CLI.
  3. Install dependencies:
    npm install
  4. Start the dev server:
    zmp start
  5. Open localhost:3000 in your browser.

Deployment

  1. Create a mini program. For instructions on how to create a mini program, please refer to the Coffee Shop Tutorial

  2. Deploy your mini program to Zalo using the mini app ID created.

    • Using Zalo Mini App Extension: navigate to the Deploy panel > Login > Deploy.
    • Using Zalo Mini App CLI:
      zmp login
      zmp deploy
  3. Open the mini app in Zalo by scanning the QR code.

Resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 85.4%
  • HTML 8.5%
  • JavaScript 3.2%
  • SCSS 2.9%