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 开发脚手架
- Host: GitHub
- URL: https://github.com/sanyuan0704/ewas
- Owner: sanyuan0704
- License: mit
- Created: 2021-12-18T08:08:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T03:34:11.000Z (almost 3 years ago)
- Last Synced: 2025-04-23T01:56:01.661Z (6 months ago)
- Language: TypeScript
- Size: 157 KB
- Stars: 55
- Watchers: 1
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README-EN.md
- License: LICENSE
Awesome Lists containing this project
README
# Esbuild Web App Scaffold
[English](/README-EN.md) | [中文](/README.md)

![]()
![]()
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 | ❌ |