Quick Start
Note:
node >= 10.13.0
node >= 10.13.0
node >= 10.13.0
Initialize a project
One method is use npx:
npx @omni-door/cli init -s myProject
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