You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/example-vite-kitchen-sink/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,5 +45,5 @@ sozo migrate apply
45
45
46
46
### Notes
47
47
48
-
-you main want to update `actions` contract address in `src/components/caller-counter.tsx` & `src/components/global-counter.tsx` which is hardcoded in those files.
49
-
-if you want to have braavos & argent wallet working, you need to deploy classes and deploy your wallet manually.
48
+
- you main want to update `actions` contract address in `src/components/caller-counter.tsx` & `src/components/global-counter.tsx` which is hardcoded in those files.
49
+
- if you want to have braavos & argent wallet working, you need to deploy classes and deploy your wallet manually.
Copy file name to clipboardExpand all lines: examples/example-vite-react-sdk/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,14 @@ This template provides a minimal setup to get React working in Vite with HMR and
4
4
5
5
Currently, two official plugins are available:
6
6
7
-
-[@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
8
-
-[@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
7
+
-[@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
8
+
-[@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
9
9
10
10
## Expanding the ESLint configuration
11
11
12
12
If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:
13
13
14
-
-Configure the top-level `parserOptions` property like this:
14
+
- Configure the top-level `parserOptions` property like this:
Copy file name to clipboardExpand all lines: examples/example-vite-svelte-recs/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,8 @@ Check out [SvelteKit](https://github.com/sveltejs/kit#readme), which is also pow
14
14
15
15
**Why use this over SvelteKit?**
16
16
17
-
-It brings its own routing solution which might not be preferable for some users.
18
-
-It is first and foremost a framework that just happens to use Vite under the hood, not a Vite app.
17
+
- It brings its own routing solution which might not be preferable for some users.
18
+
- It is first and foremost a framework that just happens to use Vite under the hood, not a Vite app.
19
19
20
20
This template contains as little as possible to get started with Vite + TypeScript + Svelte, while taking into account the developer experience with regards to HMR and intellisense. It demonstrates capabilities on par with the other `create-vite` templates and is a good starting point for beginners dipping their toes into a Vite + Svelte project.
0 commit comments