mirror of
https://github.com/unraid/api.git
synced 2026-01-06 00:30:22 -06:00
39 lines
636 B
Markdown
39 lines
636 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 |