https://github.com/regenrek/nuxt-blog-frontmatter-markdown-loader
A simple blog with nuxt and markdown-loader
https://github.com/regenrek/nuxt-blog-frontmatter-markdown-loader
Last synced: about 1 month ago
JSON representation
A simple blog with nuxt and markdown-loader
- Host: GitHub
- URL: https://github.com/regenrek/nuxt-blog-frontmatter-markdown-loader
- Owner: regenrek
- Created: 2019-12-21T08:30:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T07:37:49.000Z (over 2 years ago)
- Last Synced: 2025-02-08T12:46:25.662Z (3 months ago)
- Language: Vue
- Homepage: https://regenrek.com/posts/create-a-frontmatter-markdown-powered-blog-with-nuxt-js-in-2019/
- Size: 2.57 MB
- Stars: 14
- Watchers: 2
- Forks: 3
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# codesandbox-nuxt
> Nuxt starter for CodeSandBox (used for https://template.nuxtjs.org)
## 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).