An open API service indexing awesome lists of open source software.

https://github.com/devjjmv/nuxt_home_page

A simple home page template using Nuxt.js framework
https://github.com/devjjmv/nuxt_home_page

frontend nuxt vue

Last synced: about 2 months ago
JSON representation

A simple home page template using Nuxt.js framework

Awesome Lists containing this project

README

          

# Nuxt_Home_Page
A simple home page template using Nuxt.js framework

To execute if you're new, first install the dependences with:

Npm install

("If you don't have Node then you can install it in")
https://nodejs.org/es/download

Note: Nuxt need a host to execute, when a project is with the default options it usually need a HOST to execute like HOST=0.0.0.0, in this project i've removed this because is a simple home page.

To run the project use:
Npm run dev

Localhost default port "YOUR IP/3000"