@amoebajs/builder-websdk

A web system generator and bundler from JSON/YAML configs.

Usage no npm install needed!

<script type="module">
  import amoebajsBuilderWebsdk from 'https://cdn.skypack.dev/@amoebajs/builder-websdk';
</script>

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

  1. clone this repo.
  2. run yarn install
  3. run yarn build:only to emit source code in tsx file
  4. run yarn webpack:build to pack source code into a single html page