Skip to content

Commit 3785a2f

Browse files
committed
Version 7.1.0 (autocommit)
1 parent e427cfb commit 3785a2f

File tree

30 files changed

+3987
-152
lines changed

30 files changed

+3987
-152
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.vite
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# FormEngine work with form data and initialData example
2+
3+
## How to run
4+
5+
```shell
6+
git clone git@github.com:optimajet/formengine.git
7+
cd formengine/community/examples/formdata
8+
npm install
9+
npm run dev
10+
```
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8"/>
5+
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
7+
<title>React Form Viewer example application</title>
8+
</head>
9+
<body>
10+
<div id="root"></div>
11+
<script type="module" src="/src/main.tsx"></script>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)