From 3b5f57d4a277e8df2eb92e004fb869c6b586b4d8 Mon Sep 17 00:00:00 2001 From: theo1 Date: Fri, 17 Jul 2020 16:31:17 +0200 Subject: [PATCH] updated README --- md-parser/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/md-parser/README.md b/md-parser/README.md index 5b26ce60..2a2a9ea9 100644 --- a/md-parser/README.md +++ b/md-parser/README.md @@ -1,4 +1,9 @@ # md-parser +**This is a work in progress** + +VueJS-based frontend to plug on a Pelican static site. + +Gives a nice UI to edit and publish articles. ## Project setup ``` @@ -10,6 +15,11 @@ npm install npm run serve ``` +or : +``` +vue serve src/ +``` + ### Compiles and minifies for production ``` npm run build