-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #187 from digital-go-jp/feature/update-examples
update examples
- Loading branch information
Showing
8 changed files
with
7,492 additions
and
343 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 |
---|---|---|
|
@@ -3,11 +3,11 @@ | |
## セットアップ | ||
|
||
``` | ||
sh setup.sh | ||
$ npm install | ||
``` | ||
|
||
## 実行 | ||
|
||
``` | ||
npm run dev | ||
$ npm run dev | ||
``` |
Large diffs are not rendered by default.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,5 @@ | ||
declare const daPlugin: { | ||
handler: import("tailwindcss/types/config").PluginCreator; | ||
config?: Partial<import("tailwindcss/types/config").Config>; | ||
}; | ||
export default daPlugin; |
Oops, something went wrong.