asip / easel-front

Easel - Image Viewer (SPA)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Easel - image viewer

alt text

This is SPA Frontend of Easel.

Nuxt3.9.0 + Bootstrap5

Look at the backend

This README would normally document whatever steps are necessary to get the application up and running.

Setup

Make sure to install the dependencies:

# pnpm
pnpm install --shamefully-hoist

Setup environment variables

Make sure to set environment variables

cp .env.sample .env

Development Server

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

pnpm dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Look at the Nuxt 3 documentation to learn

Check out the deployment documentation for more information.

License

The MIT License (MIT). Please see License File for more information.

About

Easel - Image Viewer (SPA)

License:MIT License


Languages

Language:Vue 54.0%Language:TypeScript 43.7%Language:SCSS 1.5%Language:JavaScript 0.6%Language:Dockerfile 0.2%