https://github.com/walterkstro/app-ssr-nuxtjs
Aplicación con server side render (universales), para gestionar sitio web, desde un dashboard de administración, empleando rutas con Authentication de firebase
https://github.com/walterkstro/app-ssr-nuxtjs
Last synced: 3 months ago
JSON representation
Aplicación con server side render (universales), para gestionar sitio web, desde un dashboard de administración, empleando rutas con Authentication de firebase
- Host: GitHub
- URL: https://github.com/walterkstro/app-ssr-nuxtjs
- Owner: WalterKstro
- Created: 2020-10-07T05:41:00.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2020-11-17T03:42:26.000Z (over 5 years ago)
- Last Synced: 2025-12-28T00:59:42.369Z (6 months ago)
- Language: Vue
- Homepage:
- Size: 1.93 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# app-ssr-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).