# AEA **Repository Path**: mirrors/AEA ## Basic Information - **Project Name**: AEA - **Description**: Angular Electron Admin (以下简称AEA),是一套用Angular和Electron(Typescript + SCSS)构建的快速入手的桌面模板 - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/aea - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 1 - **Created**: 2021-11-05 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Angular Electron Admin Bootstrap and package your project with Angular 12 and Electron 13 (Typescript + SCSS + HMR) for creating Desktop applications. |Project|Version| |---|---| |Angular|12.x| |Electron|13.x| |Electron Builder|22.x| |Bootstrap|4.x| ## Getting Started - Fork project for your - Clone the project from GitHub ``` git clone https://github.com//angular-electron-admin.git ``` - Install the node dependencies ``` cd angular-electron-admin yarn install ``` - Start application ``` yarn run serve ``` - Release the application ``` yarn run release ```