jagoncalves14 / nuxt3-nh-login

Experimenting NH Web Components with Nuxt3

Home Page:https://nuxt3-nh-login.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node compatility vite vue LICENSE

Vite5 + Nuxt3 + TypeScript + Supabase + UnoCSS + Nordhealth Design System + ESLint + Stylelint

Live Demo

Features

Coding Style

Development Tools

Try it now

Requires Node >= 20.00

GitHub Template

Create a repo from this template on GitHub.

Clone to local

If you prefer to do it manually with the cleaner git history

# [optional] if you are using Windows, you need to close the end-of-line conversion
git config --global core.autocrlf input

# clone repository
git clone https://github.com/jagoncalves14/nuxt3-nh-login

# open folder nuxt3-nh-login
cd nuxt3-nh-login

# install packages
npm i

Checklist

When you use this template, try follow the checklist to update your info properly

  • Change the author name in LICENSE
  • Change the title in App.vue
  • Change the hostname in vite.config.js
  • Change the favicon in public
  • Remove the .github folder which contains the funding info
  • Clean up the READMEs and remove routes

Usage

Development

Just run and visit http://localhost:3000

## install dependencies
pnpm install

## set up
pnpm dev

Build

## build
pnpm build

License

MIT

Copyright (c) 2024 jagoncalves14

About

Experimenting NH Web Components with Nuxt3

https://nuxt3-nh-login.vercel.app

License:MIT License


Languages

Language:TypeScript 41.9%Language:Vue 41.3%Language:JavaScript 14.8%Language:SCSS 1.1%Language:Shell 0.9%