https://github.com/bencodezen/simple-nuxt-blog
https://github.com/bencodezen/simple-nuxt-blog
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bencodezen/simple-nuxt-blog
- Owner: bencodezen
- Created: 2021-06-13T19:16:59.000Z (over 4 years ago)
- Default Branch: prototype
- Last Pushed: 2021-06-18T03:37:41.000Z (over 4 years ago)
- Last Synced: 2025-01-26T09:28:54.088Z (12 months ago)
- Language: Vue
- Size: 158 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# simple-nuxt-blog
## Build Setup
```bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).