@dapp-stack/web
TypeScript icon, indicating that this package has built-in type declarations

0.5.0 • Public • Published

@dapp-stack/web

Start/Build/Stop the web framework of your choice and deploy your assets.

Installation

# Yarn
yarn add @dapp-stack/web

# NPM
npm install @dapp-stack/web

Usage

import * as web from "@dapp-stack/web";

web.start("create-react-react")
web.build("create-react-react")
web.stop("create-react-react")
web.deploy("ipfs")

Currently the only web framework supported are create-react-react, angular, next and vue. It will delegate all the call to the underlying web framework:

The only deploy strategy supported is ipfs

If you call the function web.start, web.build, web.stop or web.deploy without any arguments, we will try to fetch the web framework or deploy strategy from the environment file at:

environments/[DAPP_ENV].js

See: Environment for more detail.

Package Sidebar

Install

npm i @dapp-stack/web

Weekly Downloads

1

Version

0.5.0

License

Apache-2.0

Unpacked Size

57.5 kB

Total Files

72

Last publish

Collaborators

  • john-solon