YunoHost portal using Nuxt.js
Find a file
2023-07-20 17:36:08 +02:00
assets/img Initial commit 2023-07-14 22:15:32 +02:00
composables add useApi fetcher + handle login + route guards 2023-07-20 17:36:08 +02:00
layouts linting 2023-07-19 18:42:05 +02:00
middleware add useApi fetcher + handle login + route guards 2023-07-20 17:36:08 +02:00
pages add useApi fetcher + handle login + route guards 2023-07-20 17:36:08 +02:00
.eslintrc.cjs add eslint + prettier 2023-07-19 18:38:53 +02:00
.gitignore Initial commit 2023-07-14 22:15:32 +02:00
nuxt.config.ts add useApi fetcher + handle login + route guards 2023-07-20 17:36:08 +02:00
package.json add eslint + prettier 2023-07-19 18:38:53 +02:00
README.md linting 2023-07-19 18:42:05 +02:00
tailwind.config.js linting 2023-07-19 18:42:05 +02:00
tsconfig.json Initial commit 2023-07-14 22:15:32 +02:00

POC for new YunoHost portal

Setup

  • I'm doing all this from inside a YunoHost LXC
  • You may want to open port 3000 (or disable the firewall) to access the dev server
  • You'll need NodeJS 18.14 (or higher)
  • And yarn
  • Run yarn install
  • Also make sure the new yunohost-portal-api is running and corresponding route is in nginx config

Dev

  • Run yarn dev
  • Access http://1.2.3.4:3000/