Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/business-sixtick/git_learn
깃, 깃허브를 학습. 학습내용을 정리
https://github.com/business-sixtick/git_learn
Last synced: 21 days ago
JSON representation
깃, 깃허브를 학습. 학습내용을 정리
- Host: GitHub
- URL: https://github.com/business-sixtick/git_learn
- Owner: business-sixtick
- License: mit
- Created: 2024-12-17T23:02:47.000Z (23 days ago)
- Default Branch: main
- Last Pushed: 2024-12-17T23:06:19.000Z (23 days ago)
- Last Synced: 2024-12-18T00:19:08.694Z (23 days ago)
- Language: C++
- Size: 261 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git_learn
깃, 깃허브를 학습. 학습내용을 정리- git clone [email protected]:business-sixtick/git_learn.git
- cd git_learn
- flutter create .
- flutter pub get
- flutter pub add flutter_riverpod
- flutter pub add window_size
- flutter pub add url_launcher# 배포
- flutter doctor
- flutter build web
- 웹 테스트 flutter run -d chrome
- flutter build web --base-href="/git_learn/" -o docs // -o 옵션으로 아웃풋 위치를 지정함
- https://business-sixtick.github.io/git_learn/# 라이센스 MIT
- 추가되는 라이브러리에 대한 라이센스 내용을 추가한다.
-