renaudcollet / renaudcollet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build localy with vars in .env

NUXT_APP_BACKEND_URL=https://admin.renaudcollet.com NUXT_APP_URL=https://renaudcollet.com NUXT_API_URL=https://admin.renaudcollet.com/api

Upload to ionos, then restart Nodejs App in Plesk admin panel

Logs: Nodejs Logs on server are in /var/log/passenger/passenger.log, access with root user

Plesk Server errors logs

Have a look in /var/log/passenger with root user

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.

About


Languages

Language:Vue 66.9%Language:JavaScript 17.5%Language:SCSS 11.9%Language:GLSL 2.7%Language:CSS 0.7%Language:TypeScript 0.4%