https://github.com/kasvith/nuxt-k8s-test
https://github.com/kasvith/nuxt-k8s-test
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kasvith/nuxt-k8s-test
- Owner: kasvith
- Created: 2020-01-22T09:42:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T23:06:37.000Z (almost 3 years ago)
- Last Synced: 2025-03-29T10:13:30.273Z (about 1 year ago)
- Language: Vue
- Size: 332 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-ssr-k8s
> My peachy Nuxt.js project
## Build Setup
``` bash
# install dependencies
$ npm run 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).