@humandialog/forms.svelte 0.3.1 → 0.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -31
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,38 +1,18 @@
|
|
|
1
|
-
#
|
|
1
|
+
# <img src="https://objectreef.dev/reef.png" alt="ObjectReef logo" width="26"> @humandialog/auth.svelte
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Basic Svelte UI components for Object Reef applications
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## Installing
|
|
6
|
+
To install the package on your Svelte project type:\
|
|
7
|
+
`npm install @humandialog/forms.svelte`
|
|
6
8
|
|
|
7
|
-
|
|
9
|
+
## Usage
|
|
10
|
+
To be continued..
|
|
8
11
|
|
|
9
|
-
```bash
|
|
10
|
-
# create a new project in the current directory
|
|
11
|
-
npm create svelte@latest
|
|
12
12
|
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
```
|
|
13
|
+
## About ObjectReef®
|
|
14
|
+
Object Reef is a complete platform to design, test and deploy any high performance backend service. It ensures robust, scalability and security with zero tech debt. That Low Code Backend as a Services (BaaS) solution offers you everything you need to develop, maintain, integrate and run the software without the advanced technical knowledge.
|
|
16
15
|
|
|
17
|
-
|
|
16
|
+
No matter, if you are creating the simple or complex and critical product, Object Reef is the platform, that simplifies the process of delivering the application backend. It has never been so quick and so robust.
|
|
18
17
|
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
```bash
|
|
22
|
-
npm run dev
|
|
23
|
-
|
|
24
|
-
# or start the server and open the app in a new browser tab
|
|
25
|
-
npm run dev -- --open
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
## Building
|
|
29
|
-
|
|
30
|
-
To create a production version of your app:
|
|
31
|
-
|
|
32
|
-
```bash
|
|
33
|
-
npm run build
|
|
34
|
-
```
|
|
35
|
-
|
|
36
|
-
You can preview the production build with `npm run preview`.
|
|
37
|
-
|
|
38
|
-
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
|
|
18
|
+
More info you'll find at https://objectreef.dev/
|