ewas

☁️A complete web development launcher based on Esbuild.基于 Esbuild 的 Web 开发脚手架

MIT License

Stars
53

Esbuild Web App Scaffold

English | 中文

A complete web development launcher based on Esbuild. Create web apps with no extra configuration.

At present, Esbuild is a fast packager. It cannot be used out of the box in the Web scene. At the same time, it lacks the various engineering capabilities of modern Web development. Therefore, this project was born. While ensuring the superior packaging performance, It also provides complete Web construction capabilities.

Quick Overview

// npm
npm init @ewas/esbuild-app
// yarn
yarn create @ewas/esbuild-app
// pnpm 
pnpm create @ewas/esbuild-app

Roadmap

target status
CSS Module
PostCSS
Scss/Less/Stylus
Vue3 Scaffold
Support data mock
Support svgr
Support env file
Support TS decorator
Use Babel/SWC to transpile to ES5