breeze.sharp
Breeze for C#, F#, and VB.NET client applications
파일 탐색기
최종 버전 다운로드 (.zip)- NuGet.Config
- NuGet.exe
- NuGet.targets
- AsyncSemaphore.cs
- DynamicComparer.cs
- EnumerableFns.cs
- MapCollection.cs
- MethodReflector.cs
- NotifiableCollection.cs
- PredicateBuilder.cs
- SafeDictionary.cs
- SafeList.cs
- SetCollection.cs
- TypeFns.cs
- UsingBlock.cs
- UtilFns.cs
- WeakRefDictionary.cs
- JsonQueryExpressionVisitor.cs
- ListExpressionVisitor.cs
- AssemblyInfo.cs
- __Notes.md
- __RequestedFeatures.txt
- _Status.txt
- AutoGeneratedKeyType.cs
- BackupValuesMap.cs
- BaseComplexObject.cs
- BaseEntity.cs
- Breeze.Sharp.6.csproj
- Breeze.Sharp.csproj
- Breeze.Sharp.Net.csproj
- breeze.sharp.shfbproj
- Breeze.Sharp.Standard.csproj
- Breeze.Sharp.xml
- Breeze.snk
- BreezeB.ico
- CacheQueryExpressionVisitor.cs
- CacheQueryOptions.cs
- ComplexAspect.cs
- ComplexType.cs
- Configuration.cs
- CsdlMetadataProcessor.cs
- DataProperty.cs
- DataService.cs
- DataServiceAdapter.WebApi.cs
- DataType.cs
- DomainException.cs
- EntityAspect.cs
- EntityChangeEventArgs.cs
- EntityEnums.cs
- EntityGroup.cs
- EntityKey.cs
- EntityManager.cs
- EntityManagerEventArgs.cs
- EntityQuery.cs
- EntityQueryBuilder.cs
- EntityQueryExtensions.cs
- EntityType.cs
- EntityTypeBuilder.cs
- FetchStrategy.cs
- IDataServiceAdapter.cs
- IKeyGenerator.cs
- ImportOptions.cs
- ImportResult.cs
- INavigationSet.cs
- Internable.cs
- IStructuralObject.cs
- JNode.cs
- JsonEntityConverter.cs
- JsonResultsAdapter.cs
- LocalizedMessage.cs
- LocalizedMessages.resx
- MergeStrategy.cs
- MetadataMismatchEventArgs.cs
- MetadataStore.cs
- NamespaceDoc.cs
- NamingConvention.cs
- NavigationProperty.cs
- QueryOptions.cs
- QueryResult.cs
- README.md
- SaveException.cs
- SaveOptions.cs
- SaveResult.cs
- StructuralAspect.cs
- StructuralProperty.cs
- StructuralType.cs
- TypeNameInfo.cs
- UnattachedChildrenMap.cs
- UniqueId.cs
- ValidationContext.cs
- ValidationError.cs
- ValidationOptions.cs
- Validator.cs
- Validators.cs
- build-utils.js
- build.6.js
- build.standard.js
- deploy.js
- gulpfile.notused.js
- package-lock.json
- package.json
- packages.config
- packages.config
- placeholder.txt
- Breeze.Sharp.xml
- Breeze.Sharp.nuspec
- Default.6.nuspec
- Default.nuspec
- Default.standard.nuspec
- readme.txt
- AssemblyInfo.cs
- Model.CodeCamper.csproj
- Model.cs
- AssemblyInfo.cs
- app.config
- Model.cs
- Model.Edmunds.csproj
- packages.config
- AssemblyInfo.cs
- Model.Inheritance.Billing.6.csproj
- Model.Inheritance.Billing.Net.csproj
- Model.Inheritance.Billing.Sharp.csproj
- Model.Inheritance.Billing.Standard.csproj
- Models.cs
- AssemblyInfo.cs
- Apple.cs
- Fruit.cs
- ItemOfProduce.cs
- Model.Inheritance.Produce.6.csproj
- Model.Inheritance.Produce.Net.csproj
- Model.Inheritance.Produce.Sharp.csproj
- Model.Inheritance.Produce.Standard.csproj
- Strawberry.cs
- Tomato.cs
- Vegetable.cs
- WhitePotato.cs
- AssemblyInfo.cs
- app.config
- CustomMessages1.Designer.cs
- CustomMessages1.resx
- CustomMessages2.resx
- Model.cs
- Model.Northwind.6.csproj
- Model.Northwind.Net.csproj
- Model.Northwind.Sharp.csproj
- Model.Northwind.Standard.csproj
- Model.partial.cs
- packages.config
- AssemblyInfo.cs
- AttachTests.cs
- Breeze.Sharp.6.Tests.csproj
- Breeze.Sharp.Internal.Tests.csproj
- Breeze.Sharp.Net.Tests.csproj
- Breeze.Sharp.Standard.Tests.csproj
- ComplexTypeTests.cs
- EdmundsTests.cs
- EntityManagerTests.cs
- ExportImportTests.cs
- IEditableObjectTests.cs
- InheritanceBillingTests.cs
- InheritanceProduceTests.cs
- JsonQuerySerializationTests.cs
- LocalQueryTests.cs
- MetadataByHandTests.cs
- MetadataTests.cs
- NamedQueryTests.cs
- PartialMetadataTests.cs
- PredicateQueryTests.cs
- QueryConcurrencyTests.cs
- QueryTests.cs
- SaveTests.cs
- StandaloneTests.cs
- TestFns.cs
- ValidationTests.cs
- .editorconfig
- .gitattributes
- .gitignore
- Breeze.Sharp.6.sln
- Breeze.Sharp.Internal.Tests.sln
- Breeze.Sharp.Net.sln
- Breeze.Sharp.sln
- Breeze.Sharp.Standard.sln
- BreezeLogo.png
- BreezeSharpB.png
- LICENSE
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/Breeze/breeze.sharp
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd breeze.sharp
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. .NET
보통 추천dotnet restore
프로젝트에 필요한 패키지를 내려받습니다.
dotnet run
프로젝트를 빌드하고 바로 실행합니다.
dotnet run 실행 후 터미널에 나타나는 안내 메시지나 주소를 확인하세요.
3. Node.js
쉬움사전 준비물
cd build
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm start
개발/실행 서버를 켭니다.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
// repository documentation
Was this content helpful?
(0 ratings)
