@drupe/envdeprecated

Drupe Application Environment

Usage no npm install needed!

<script type="module">
  import drupeEnv from 'https://cdn.skypack.dev/@drupe/env';
</script>

README

Drupe Application Environment

This package provides build tools for drupe applications.

Concepts

A drupe application usually consists of server and client-side code. Both server and client are bundled using webpack which enables rapid development such as watching for code changes and hot module replacement while developing an application. The server and client compilation is wrapped into a task based build system which enables code generation and extension of the complete build system.

Status

This is an early in-development version.