-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f17cfc7
commit 4ad6416
Showing
3 changed files
with
37 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# DEVELOP | ||
|
||
## how to build | ||
- yarn dev | ||
- yarn prod | ||
|
||
## 如何利用 yarn link 做開發中的專案鏈結 | ||
``` | ||
cd /var/www/library-app | ||
yarn link | ||
> success Registered "library-app" | ||
cd /var/www/your-main-project | ||
yarn link "library-app" | ||
> success Using linked package for "library-app" | ||
yarn unlink "library-app" | ||
> success Removed linked package "library-app" | ||
``` | ||
|
||
## API dependency | ||
- Loggly fetch url API | ||
|
||
## node dependency | ||
- yarn add cross-fetch | ||
|
||
## webpack dependency | ||
- yarn add dotenv-webpack |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters