md-parser/md-parser
theo1 7f2a4fee07 Using Vuex action to async/await the mutation and get an up-to-date state. 2020-10-19 16:46:30 +02:00
..
dist Commiting first version 2020-07-15 17:08:12 +02:00
public Commiting first version 2020-07-15 17:08:12 +02:00
src Using Vuex action to async/await the mutation and get an up-to-date state. 2020-10-19 16:46:30 +02:00
README.md updated README 2020-07-17 16:31:17 +02:00
babel.config.js Commiting first version 2020-07-15 17:08:12 +02:00
package-lock.json updating package-lock.json 2020-10-19 16:13:24 +02:00
package.json More consistent use of getters in UserInputPage 2020-10-19 16:10:05 +02:00

README.md

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

npm install

Compiles and hot-reloads for development

npm run serve

or :

vue serve src/

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.