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

https://github.com/consolejs/vercel-feer

The feer home page.
https://github.com/consolejs/vercel-feer

Last synced: 6 months ago
JSON representation

The feer home page.

Awesome Lists containing this project

README

          


Front End Developer Integration.

# Feer

**`Feer2`** 全新前端工具集成环境.  🚀   

> Feer2是[Feer](https://github.com/consolejs/feer-cli)的升级版,此命名灵感来自 **`F`** ront- **`E`** nd  Engine **`er`**, 即前端工程构建师 `FEer`, 类似`JAVAer` `PHPer`、

### 使用

- 全局安装
```bash
npm i feer2 -g
```
- 默认使用
```
feer2
```
- 或者
```bash
npx feer2
```

### 场景支持

在使用 `feer2` 命令创建过程中,会提供模板选择功能, 可支持多种技术栈:

```bash
? Which type do you want to create? (Use arrow keys)
❯ ES - (base on the webpack & es)
React - (base on the webpack & react)
Vite - (base on the vitejs & react)
```

### 特性

* 基于时下最流行的打包编译方案
* 快速打包,实现bundle最小化
* Tree-shaking帮助你移除无用代码
* 支持单/多页面开发
* 支持Proxy代理访问接口
* 基于MockJS 模拟 api
* 配置简单便捷、打包迅速
* 支持Sass、Less强大的CSS扩展语言
* 可灵活配置路由
* 支持自动打开浏览器(自动获取本地的ip地址)
* 久经历练考验、不断迭代升级

### License

[MIT](./LICENSE)