Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 728 Bytes

README.md

File metadata and controls

51 lines (32 loc) · 728 Bytes

A repository for a new potential frontend for fsek.

Nuxt 3 Minimal Starter

Look at the nuxt 3 documentation to learn more.

Setup

Install nvm:

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash

Install node:

nvm install

Install the dependencies:

# npm
npm install

Development Server

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

npm run dev-debug

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.