@amoebajs/builder-websdk
v0.0.2-alpha.1578553558181
Published
A web system generator and bundler from JSON/YAML configs.
Downloads
25
Readme
@amoebajs/builder
A web system generator and bundler from JSON/YAML configs.
install
# yarn
yarn add @amoebajs/builder
# npm
npm install @amoebajs/builder --save
usage
- clone this repo.
- run
yarn install
- run
yarn build:only
to emit source code in tsx file - run
yarn webpack:build
to pack source code into a single html page