https://github.com/davidstrada/nuxt-blog
Nuxt JS Blog API
https://github.com/davidstrada/nuxt-blog
nuxtjs ssr vue-select vuejs
Last synced: 7 months ago
JSON representation
Nuxt JS Blog API
- Host: GitHub
- URL: https://github.com/davidstrada/nuxt-blog
- Owner: DavidStrada
- Created: 2020-04-23T19:23:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-07T23:06:24.000Z (over 2 years ago)
- Last Synced: 2025-06-17T09:10:03.184Z (9 months ago)
- Topics: nuxtjs, ssr, vue-select, vuejs
- Language: Vue
- Homepage:
- Size: 561 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-blog
> SSR Nuxt, Couple of client side plugins / SSR Plugins, Tailwind CSS
## 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).