-
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.
Migrate from Parcel to Vite in code examples + add React example (#17)
* Migrate from Parcel to Vite in code examples + add React example * Unsubscribe
- Loading branch information
Showing
31 changed files
with
3,050 additions
and
7,483 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 |
---|---|---|
|
@@ -7,3 +7,4 @@ examples/node_modules | |
examples/.cache | ||
examples/dist | ||
types | ||
example/node_modules |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
node_modules | ||
.DS_Store | ||
dist | ||
dist-ssr | ||
*.local |
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,9 @@ | ||
# Installation | ||
|
||
- npm i | ||
- npm run dev | ||
## Examples | ||
- Conical gauge: http://localhost:3000/conical-gradient/ | ||
- React + shadowed center: http://localhost:3000/progress-with-shadow-chart/ | ||
- Multiple gauges + labels: http://localhost:3000/multiple-gauges/ | ||
- Countdown gauge: http://localhost:3000/countdown-gauge/ |
Oops, something went wrong.