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.
- Host: GitHub
- URL: https://github.com/consolejs/vercel-feer
- Owner: consolejs
- License: mit
- Created: 2022-10-14T09:07:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T02:12:15.000Z (over 3 years ago)
- Last Synced: 2025-01-24T13:16:09.450Z (over 1 year ago)
- Language: HTML
- Homepage: vercel-feer.vercel.app
- Size: 1.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)