-
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.
- Loading branch information
1 parent
d93e8d4
commit a86033e
Showing
2 changed files
with
19 additions
and
3 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
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,18 @@ | ||
--- | ||
aside: false | ||
--- | ||
# Source code | ||
Or [Browse the source code on GitHub](https://github.com/infinite-system/ivue/blob/main/src/index.ts) | ||
|
||
## Install by Copying | ||
|
||
`ivue` is designed to be easily shareable and installable so if you are running TypeScript, you can just copy the | ||
`ivue.ts` into your repo and you are done: | ||
|
||
::: tip NOTE | ||
This installation path is recommended only if you quickly want to tinker with the internals of ivue, as you won't be getting the latest updates. Also note that this code comes from github `main` branch latest which might also be in beta and not fully published to `npm`. | ||
::: | ||
|
||
:::code-group | ||
<<< ../../../src/index.ts{ts:line-numbers} [ivue.ts] | ||
::: |