https://github.com/cuongdevjs/nuxt
research nuxt js server side rendering
https://github.com/cuongdevjs/nuxt
Last synced: 4 months ago
JSON representation
research nuxt js server side rendering
- Host: GitHub
- URL: https://github.com/cuongdevjs/nuxt
- Owner: cuongdevjs
- Created: 2018-12-13T14:13:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-08-28T08:23:04.000Z (9 months ago)
- Last Synced: 2025-08-28T15:35:17.914Z (9 months ago)
- Language: Vue
- Size: 2.81 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 103
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxtFirst
> My fine Nuxt.js project
## Build Setup
``` bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn run dev
# build for production and launch server
$ yarn run build
$ yarn start
# generate static project
$ yarn run generate
```
For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).