Skip to content

Commit

Permalink
add missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
infinite-system committed Aug 13, 2024
1 parent d93e8d4 commit a86033e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@

## What is ivue?

## **ivue** is
<div style="padding-left:20px; font-size: 1.2rem; line-height: 2rem;">
**ivue** is &ndash;
&ndash;&nbsp; Simple like Options API<br />
&ndash;&nbsp; Flexible like Composition API<br />
&ndash;&nbsp; Extensible like TypeScript Classes API<br />
</div>

**ivue** is a powerful tool because it fully aligns itself with JavaScript / TypeScript Class API.

Expand Down
18 changes: 18 additions & 0 deletions docs/docs/pages/browse-code.md
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]
:::

0 comments on commit a86033e

Please sign in to comment.