# ng-notadd
**Repository Path**: ozinne/ng-notadd
## Basic Information
- **Project Name**: ng-notadd
- **Description**: 基于 Angular7 Material2 的中后台解决方案
- **Primary Language**: JavaScript
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 19
- **Created**: 2018-11-27
- **Last Updated**: 2021-11-02
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README

# ng-notadd
基于 Angular7 Material2 的中后台解决方案
### 技术栈
- Typescript
- Angular
- Material2
- rxjs
- Graphql
#### 相关链接
[DEMO](https://ng-notadd.notadd.net/)
[ng-notadd-mock-server](https://github.com/notadd/ng-notadd-mock-server)
## Quick start
#### clone & run mock-server
```bash
git clone https://github.com/notadd/ng-notadd-mock-server.git
cd ng-notadd-mock-server
npm install
npm start
```
#### clone & run ng-notadd
```bash
git clone https://github.com/notadd/ng-notadd.git
cd ng-notadd
npm install
npm start
# or use ng cli
ng serve
```
## Roadmap
**0.10.0**
- [x] 支持 Apollo-Graqphql
- [x] 基础页面(个人信息页,登录页...)
**0.11.0**
- [ ] 新的左侧菜单栏 (支持鼠标悬浮)
**0.12.0**
- [ ] 使用 ng-material2 组件
- [ ] 手机端初步兼容
**0.13.0**
- [ ] 更加完整的 仪表盘页面
**0.14.0**
- [ ] 手机端兼容
- [ ] 渐进式应用(PWA)
**0.15.0**
- [ ] json 生成表单
**0.16.0**
- [ ] recaptcha 支持 (默认关闭)
**0.17.0**
- [ ] 虚拟列表(支持十万级别的列表)
**0.18.0**
- [ ] excel 导入与导出
- [ ] 选定行列导出 excel
**0.19.0**
- [ ] 截图生成
- [ ] firebase(国内无法使用) or 其他替代方案 支持
**0.20.0**
- [ ] 可 DIY 仪表盘
- [ ] json 生成简单仪表盘
**0.21.0**
- [ ] 初步的 e2e 单元测试
**1.0**
- [ ] 完善单元测试
- [ ] 整体微调
**1.1**
- [ ] websocket 支持
**1.2**
- [ ] 支持 electron 构建桌面应用
**2.0**
- [ ] 企业级自定义表单
- [ ] 企业级表单系统
- [ ] 企业级窗口/弹窗
**后续**
- [ ] excel 在线编辑
- [ ] word 在线编辑