An open API service indexing awesome lists of open source software.

https://github.com/sanyuan0704/ewas

☁️A complete web development launcher based on Esbuild.基于 Esbuild 的 Web 开发脚手架
https://github.com/sanyuan0704/ewas

Last synced: 6 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# Esbuild Web App Scaffold

[English](/README-EN.md) | [中文](/README.md)

![](https://sanyuan-1257988864.cos.ap-beijing.myqcloud.com/img20211122170701.png)




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

```js
// 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 | ❌ |