universal-env

v1.0.7
Judge runtime environment
Rax

start

rax-scripts start --type 'component' -p 8000

start:miniapp

rax-scripts start --type 'component-miniapp'

build

rax-scripts build --type 'component'

test

rax-scripts test

lint

eslint --ext .js --ext .jsx --ext .ts --ext .tsx ./src

prebuild

npm run lint && npm run test

prepublish

npm run build

Metadata

Downloads