Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/52abp/spa.phonebook
基于SPA做的电话薄项目,Angular
https://github.com/52abp/spa.phonebook
angular6 asp-net-core bootstrap3 phonebook spa
Last synced: 7 days ago
JSON representation
基于SPA做的电话薄项目,Angular
- Host: GitHub
- URL: https://github.com/52abp/spa.phonebook
- Owner: 52ABP
- License: mit
- Archived: true
- Created: 2018-04-09T08:06:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-19T08:46:07.000Z (over 6 years ago)
- Last Synced: 2024-09-28T16:01:10.463Z (4 months ago)
- Topics: angular6, asp-net-core, bootstrap3, phonebook, spa
- Language: C#
- Homepage:
- Size: 40.2 MB
- Stars: 53
- Watchers: 7
- Forks: 23
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SPA.PhoneBook
基于SPA做的电话薄项目, 前端使用的是 Angular 进行开发## QQ群: 633751348
## 预览效果图
拥有的功能有哪些
![Angular_PhoneBook_pre](docs/images/readme/Angular_PhoneBook_pre.gif)
## 必备条件
#### nuget 配置
首先设置开发环境,打开nuget程序包管理器,添加一个nuget源。
```
https://dotnet.myget.org/F/aspnetcore-dev/api/v3/index.json
```
如图所示:
![Nuget Option](docs/images/readme/nugetOption.png)
然后生成解决方案。#### 数据库的生成
选择EntityFrameworkCore层,作为默认
![Generator Data Base](docs/images/readme/GeneratorDataBase.png)
执行
```
update-database
```# github 令牌同步使用 sync 配置
ce6f2b8393255e8758f9a980dc6b23b23952b120
Gist ID: 216964ac1470977bdaf9dd33ee26b6e4
# 联系我们
**欢迎关注角落的白板报**
![联系我们](http://upload-images.jianshu.io/upload_images/1979022-a6ae2876aeac3cab.png?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240)
# 常用的命令
生成指定路径的 组件
`
ng generate component persons/create-or-edit-person-modal
`