vuecms
1.0.0
created by andreliem
Static Markdown blogging using VueJS + Nuxt.
Use this setup to create a simple blogging system for your personal website.
The goal of this repository is to provide developers with a static blogging platform that is compatible with the latest releases of Nuxt.
/content/posts
nuxt.config.js
for loading common modules and route generation# install dependencies
npm install
# serve locally with hot reload
npm run dev
# build /dist for production
npm run generate
(refer to the offical Nuxt documentation for help)
MIT