Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erupts/erupt-web
Erupt framework front-end source code, the realization of erupt development process zero front-end code capabilities
https://github.com/erupts/erupt-web
admin angular erupt html javascipt javascript less ng-alain ng-zorro-antd typescript yarn
Last synced: 7 days ago
JSON representation
Erupt framework front-end source code, the realization of erupt development process zero front-end code capabilities
- Host: GitHub
- URL: https://github.com/erupts/erupt-web
- Owner: erupts
- Created: 2021-04-02T01:53:12.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-18T16:07:07.000Z (14 days ago)
- Last Synced: 2025-01-18T19:52:26.915Z (14 days ago)
- Topics: admin, angular, erupt, html, javascipt, javascript, less, ng-alain, ng-zorro-antd, typescript, yarn
- Language: TypeScript
- Homepage: https://www.erupt.xyz
- Size: 14.7 MB
- Stars: 108
- Watchers: 10
- Forks: 79
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
Erupt Framework 🚀 通用后台管理框架
前端源码
https://www.erupt.xyz
---
通过 JSON Schema 自动构建表单,实现了erupt零前端代码能力
---
Github 仓库 |
码云仓库 |
🦅 官方网站 |
在线体验 |
📕 使用文档
QQ交流群:821389129 🔥---
## ⛰ 环境搭建
在开始之前,请确保你的开发环境中包括 Node.js 和 npm 包管理器。
Angular 需要 Node.js 版本 10.9.0 或更高版本。
要检查你的版本,请在终端/控制台窗口中运行 node -v
## 🥌 使用方法
1. 安装 yarn
```shell script
npm install -g yarn
```2. 构建:
```shell script
yarn install
```3. 修改服务端地址
```
/proxy.config.js → target
```4. 启动:
```shell script
yarn run start
```## 🍭 打包编译:
1. 修改 angular.json 打包路径:
> projects.architect.build.options.outputPath2. 执行打包命令
```shell script
yarn run build
```## 📟 核心技术栈
TypeScript / RxJS / Less / Angular / ng-zorro-antd / ng-alain
## 🏅 代码仓库 | Git Repository
| | Github | 码云 |
| ---- | ---- | ---- |
| 后端源码 | https://github.com/erupts/erupt | https://gitee.com/erupt/erupt |
| 前端源码 | https://github.com/erupts/erupt-web | https://gitee.com/erupt/erupt-web |
| 示例代码 | https://github.com/erupts/erupt-example | https://gitee.com/erupt/erupt-example |---