All Projects → erupts → erupt-web

erupts / erupt-web

Licence: Apache-2.0 license
Erupt 框架前端源码,实现了 erupt 开发过程中零前端代码能力

Programming Languages

Less
1899 projects
javascript
184084 projects - #8 most used programming language
typescript
32286 projects
HTML
75241 projects
CSS
56736 projects
SCSS
7915 projects

Projects that are alternatives of or similar to erupt-web

Ng Alain
NG-ZORRO admin panel front-end framework (surge mirror https://ng-alain-doc.surge.sh)
Stars: ✭ 4,287 (+5128.05%)
Mutual labels:  ng-zorro-antd, ng-alain
abp-ng-alain
基于ng-alain脚手架,增加对ABP服务端支持(ABP免费模板)。支持ng-alain最新版ng-alain@next
Stars: ✭ 45 (-45.12%)
Mutual labels:  ng-zorro-antd, ng-alain
Vue3 Admin
👏vue3.0后台管理框架👏基于vue-cli4+compositionAPI+vue-router4
Stars: ✭ 54 (-34.15%)
Mutual labels:  less, yarn
nz-schema-form
ng-zorro-antd form generation based on JSON-Schema
Stars: ✭ 40 (-51.22%)
Mutual labels:  ng-zorro-antd, ng-alain
Vscode Deploy Reloaded
Recoded version of Visual Studio Code extension 'vs-deploy', which provides commands to deploy files to one or more destinations.
Stars: ✭ 129 (+57.32%)
Mutual labels:  less, yarn
Admin
react+koa实现登陆、聊天、留言板功能后台
Stars: ✭ 228 (+178.05%)
Mutual labels:  less
Material Colors
Colors of Google's Material Design made available to coders
Stars: ✭ 252 (+207.32%)
Mutual labels:  less
Octoprint Touchui
A touch friendly interface for a small TFT module or phone
Stars: ✭ 226 (+175.61%)
Mutual labels:  less
Style Resources Loader
CSS processor resources loader for webpack
Stars: ✭ 214 (+160.98%)
Mutual labels:  less
bioSyntax-archive
Syntax highlighting for computational biology
Stars: ✭ 16 (-80.49%)
Mutual labels:  less
introduction-nodejs
Introduction to NodeJS
Stars: ✭ 13 (-84.15%)
Mutual labels:  yarn
Reset Css
An unmodified* copy of Eric Meyer's CSS reset. PostCSS, webpack, Sass, and Less friendly.
Stars: ✭ 244 (+197.56%)
Mutual labels:  less
Kit
ReactQL starter kit (use the CLI)
Stars: ✭ 232 (+182.93%)
Mutual labels:  less
Vue Cli4 Vant
基于vue-cli4和vant搭建的移动端开发模板
Stars: ✭ 253 (+208.54%)
Mutual labels:  less
Monokai
Monokai Atom Syntax theme
Stars: ✭ 226 (+175.61%)
Mutual labels:  less
Forward-Framework
A killer WordPress theme framework built using underscores, gulp, sass, bourbon neat, bower & browsersync.
Stars: ✭ 23 (-71.95%)
Mutual labels:  yarn
Miracle Board
Just another simple and elegant status board / dashboard.
Stars: ✭ 217 (+164.63%)
Mutual labels:  less
Prejss
Get the power of PostCSS with plugins in your JSS styles. 🎨 Just put CSS into JS and get it as JSS object.
Stars: ✭ 238 (+190.24%)
Mutual labels:  less
docker-hadoop
Docker image for main Apache Hadoop components (Yarn/Hdfs)
Stars: ✭ 59 (-28.05%)
Mutual labels:  yarn
Ant Design Aliyun Theme
⚙ Ant Design Theme for console.aliyun.com
Stars: ✭ 237 (+189.02%)
Mutual labels:  less

logo

Erupt Framework   🚀   通用后台管理框架

前端源码

https://www.erupt.xyz


通过 JSON Schema 自动构建表单,实现了erupt零前端代码能力


Erupt Framework maven-central jdk 8+ license Apache 2.0 Gitee star Gitee fork GitHub stars GitHub forks

Github 仓库   |   码云仓库   |   🦅 官方网站   |   在线体验   |   📕 使用文档

QQ交流群:821389129 🔥


环境搭建

在开始之前,请确保你的开发环境中包括 Node.js 和 npm 包管理器。

Angular 需要 Node.js 版本 10.9.0 或更高版本。

要检查你的版本,请在终端/控制台窗口中运行 node -v

🥌 使用方法

  1. 安装 yarn
npm install -g yarn
  1. 构建:
yarn install
  1. 修改服务端地址
/proxy.config.json → target
  1. 启动:
yarn run start

🍭 打包编译:

  1. 修改 angular.json 打包路径:

projects.architect.build.options.outputPath

  1. 执行打包命令
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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].