https://github.com/sustained/nuxt-dynamic-markdown-example-project
A simple example project for my nuxt module.
https://github.com/sustained/nuxt-dynamic-markdown-example-project
Last synced: 3 months ago
JSON representation
A simple example project for my nuxt module.
- Host: GitHub
- URL: https://github.com/sustained/nuxt-dynamic-markdown-example-project
- Owner: sustained
- Created: 2019-08-22T08:04:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T07:52:55.000Z (over 3 years ago)
- Last Synced: 2025-06-05T11:05:54.656Z (about 1 year ago)
- Language: Vue
- Size: 2.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-dynamic-markdown-example-project
A very simple demo for my nuxt module - [nuxt-dynamic-markdown](https://github.com/sustained/nuxt-dynamic-markdown).
You should go there instead as the README is far more expansive.
## 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).