Quick Start

Note:

node >= 10.13.0

node >= 10.13.0

node >= 10.13.0

Initialize a project

  1. One method is use npx:

    npx @omni-door/cli init -s myProject
    
  2. Otherwise you can install cli to the global:

    npm i -g @omni-door/cli
    

    Then Perform initialization after installation:

    omni init -s myProject
    

note: The project name will be myProject

Run project

npm run dev

Create a Component

npm run new

Build project

npm run build

Release project

npm run release