Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
`