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
- Host: GitHub
- URL: https://github.com/devjjmv/nuxt_home_page
- Owner: DevJJMV
- Created: 2025-01-23T23:50:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-24T00:03:22.000Z (over 1 year ago)
- Last Synced: 2025-01-24T01:18:15.624Z (over 1 year ago)
- Topics: frontend, nuxt, vue
- Language: Vue
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"