Skip to content
This repository has been archived by the owner on Mar 11, 2023. It is now read-only.
/ Nuxt-Forcast Public archive

First Nuxt.js project with ASP.NET Core API as backend.

Notifications You must be signed in to change notification settings

levinjoller/Nuxt-Forcast

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nuxt-Forcast

A small standard project to learn nuxt.js/vue.
It not a stunning result. However, it is a beginning...

Build with

  • Nuxt.js v2.14.6
  • NPM v6.14.6
  • Typescript
  • ASP.NET core API v3.1 (C#)
  • Visual Studio Code

Installation

Install dependencies

cd .\src\NuxtForcast\ClientApp
npm install

Usage

Allways build the Nuxt.js project before run

cd .\src\NuxtForcast\ClientApp
npm run build

Run client app

cd .\src\NuxtForcast\ClientApp
npm start

Run backend API
(Open a new terminal)

cd .\src\NuxtForcast
dotnet run

Call up the application on:
http://localhost:3000

Preview

Index site

Index site

Load entries

Load entries

Login site

Login site

Author

Levin Joller

DEPRECATED

This project is no longer in development. It fulfilled its purpose as an exercise.