Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.
/ nuxt-sign-in-form Public archive

👔 Very simple sign-in form with mock auth and data fetch, yet another front-end developer test task

Notifications You must be signed in to change notification settings

on3dd/nuxt-sign-in-form

Repository files navigation

nuxt-sign-in-form

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

For detailed explanation on how things work, check out Nuxt.js docs.

Docker Setup

# build container
$ docker build -t on3dd.me .

# run container
$ docker run -p 3000:3000 on3dd.me

About

👔 Very simple sign-in form with mock auth and data fetch, yet another front-end developer test task

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published