https://github.com/diploi/component-nue
Official Diploi component for Nue
https://github.com/diploi/component-nue
component deployable diploi docker framework frontend javascript nuejs starter-kit
Last synced: 23 days ago
JSON representation
Official Diploi component for Nue
- Host: GitHub
- URL: https://github.com/diploi/component-nue
- Owner: diploi
- Created: 2025-04-08T07:52:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2026-02-19T13:49:55.000Z (3 months ago)
- Last Synced: 2026-02-19T17:26:48.054Z (3 months ago)
- Topics: component, deployable, diploi, docker, framework, frontend, javascript, nuejs, starter-kit
- Language: JavaScript
- Homepage: https://diploi.com/component/nue
- Size: 327 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Nue Component for Diploi
[](https://diploi.com/component/nue)
[](https://diploi.com/component/nue)
[](https://diploi.com/component/nue)
Start a quick demo, no account needed
https://diploi.com/component/nue
Uses the official [oven/bun](https://hub.docker.com/r/oven/bun) Docker image for development,
and an optimised [nginx](https://hub.docker.com/_/nginx) image for production.
## Operation
### Getting started
1. **Sign up** for a free Diploi account at [https://console.diploi.com/](https://console.diploi.com/)
2. In your Dashboard, click **Create Project +**.
3. Under **Pick Components**, choose **Nue.js**.
You can also add databases or other frameworks, to your Nue.js stack here.
4. In **Pick Add‑ons**, select any services your app needs (e.g., PostgreSQL, Redis, or MongoDB).
5. Choose **Create Repository** to start from a fresh GitHub repo.
6. Click **Launch Stack**.
For more information, check
https://diploi.com/blog/hosting_nuejs_apps
### Development
Will run `bun install` when component is first initialized, and `bun dev` when deployment is started.
### Production
Will build a production ready image. Image runs `bun install` & `bun run build` when being created.
## Links
- [Adding Nue.js to a project](https://docs.diploi.com/building/components/nue)
- [Nue documentation](https://nuejs.org/docs/)
- [Bun documentation](https://bun.sh/docs)