https://github.com/eddyrufino/nuxt-fundamentals
nuxt-fundamentals
https://github.com/eddyrufino/nuxt-fundamentals
nuxt nuxt-fundamentals vue
Last synced: 2 months ago
JSON representation
nuxt-fundamentals
- Host: GitHub
- URL: https://github.com/eddyrufino/nuxt-fundamentals
- Owner: EddyRufino
- Created: 2020-07-07T03:29:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T10:49:17.000Z (over 2 years ago)
- Last Synced: 2025-02-08T12:14:21.467Z (4 months ago)
- Topics: nuxt, nuxt-fundamentals, vue
- Language: Vue
- Homepage:
- Size: 2.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-fundamentals
> Aprendiendo los fundamentos de Nuxt
## Build Setup
```bash
# 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](https://nuxtjs.org).