mirror of
https://github.com/unraid/api.git
synced 2026-01-04 15:39:52 -06:00
43 lines
758 B
Markdown
43 lines
758 B
Markdown
# connect-components via Nuxt 3
|
|
|
|
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
|
|
|
|
## Setup
|
|
|
|
Make sure to install the dependencies:
|
|
|
|
```bash
|
|
# npm
|
|
npm install
|
|
```
|
|
|
|
## Development Server
|
|
|
|
Start the development server on `http://localhost:4321`
|
|
|
|
```bash
|
|
npm run dev
|
|
```
|
|
|
|
## Production
|
|
|
|
Build the application for production:
|
|
|
|
```bash
|
|
npm run build
|
|
```
|
|
|
|
Locally preview production build:
|
|
|
|
```bash
|
|
npm run preview
|
|
```
|
|
|
|
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.
|
|
|
|
## Build for Unraid webgui [@TODO]
|
|
Instructions to come
|
|
|
|
## Interfacing with `unraid-api`
|
|
|
|
@todo https://v4.apollo.vuejs.org/guide-composable/fragments.html#colocating-fragments |