Skip to content

sanxing-chen/vue-blog

Repository files navigation

Website built with NUXT, inspired by Material Design.

Just change the .md to write a blog, rendered in the front-end.

Getting Started

git clone
npm i

Just change or add markdown files in the static folder.

npm run dev //develop
npm run gen //generate HTML files

The pages will be in your dist folder.