Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tituskirch/example-nuxt3-formkit-app
An example of a nuxt 3 and formkit application.
https://github.com/tituskirch/example-nuxt3-formkit-app
Last synced: 10 days ago
JSON representation
An example of a nuxt 3 and formkit application.
- Host: GitHub
- URL: https://github.com/tituskirch/example-nuxt3-formkit-app
- Owner: TitusKirch
- License: mit
- Created: 2023-02-28T14:43:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-07T15:23:14.000Z (6 months ago)
- Last Synced: 2024-10-13T05:13:07.112Z (25 days ago)
- Language: TypeScript
- Size: 420 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @tituskirch/example-nuxt3-formkit-app
An example of a nuxt 3 and formkit application. Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
## Setup
Make sure to install the dependencies:
```bash
# pnpm
pnpm install
```## Development Server
Start the development server on http://localhost:3000
```bash
pnpm dev -o
```## Production
Build the application for production:
```bash
pnpm build
```Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.