Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notadd/ng-notadd
In-middle background front-end solution based on angular material 基于Angular Material的中后台前端解决方案
https://github.com/notadd/ng-notadd
admin admin-dashboard angular angular-material-admin dashboard enterprise graphql material material-design material2 material2-admin ng-notadd
Last synced: 1 day ago
JSON representation
In-middle background front-end solution based on angular material 基于Angular Material的中后台前端解决方案
- Host: GitHub
- URL: https://github.com/notadd/ng-notadd
- Owner: notadd
- License: apache-2.0
- Created: 2018-08-03T12:31:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T04:17:44.000Z (5 months ago)
- Last Synced: 2024-06-28T05:27:50.331Z (5 months ago)
- Topics: admin, admin-dashboard, angular, angular-material-admin, dashboard, enterprise, graphql, material, material-design, material2, material2-admin, ng-notadd
- Language: TypeScript
- Homepage: https://ng-notadd.notadd.net/
- Size: 5.34 MB
- Stars: 279
- Watchers: 27
- Forks: 52
- Open Issues: 55
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ng-notadd
Medium-Background solution based on Angular8 Material2
**[中文说明](README_zh.md)**
### Technology stack
- Typescript
- Angular
- Material2
- rxjs
- Graphql#### RELATED LINKS
[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.18.0**
- [x] component phone end compatible
- [x] firebase (not available domestically) or other alternative support**0.19.0**
- [x] DIY Dashboard
- [x] JSON generates a simple dashboard**0.20.0**
- [x] upgrade angular 8.0**0.21.0**
- [ ] built-in permission component
- [ ] Preliminary e2e unit test**1.0**
- [ ] Perfect unit testing
- [ ] Overall fine tuning**1.1**
- [ ] websocket support**1.2**
- [ ] Support electron to build desktop apps**2.0**
- [ ] Enterprise-Class custom forms
- [ ] Enterprise-Class form system
- [ ] Enterprise window/Pop window**Follow-up**
- [ ] Excel online editing
- [ ] Word online editing