NAPOLEON039 / FreeCodeCamp-Markdown-Previewer

This is a project created for one of the FreeCodeCamp Front End Libraries projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FreeCodeCamp Markdown Previewer

A project in the FreeCodeCamp Front-end Libraries section. Converts Markdown entered in a text box to HTML in the preview beside it. This project uses the markdown-it library for Vuejs.

Follow these steps to setup the project on your local machine

Project setup

Download all dependencies

npm install

Compile the project and run it with hot-reload for development

npm run serve

Compile and minify for production

npm run build

Run your tests

npm run test

Lint and fix files

npm run lint

Customize configuration

See Configuration Reference.

About

This is a project created for one of the FreeCodeCamp Front End Libraries projects


Languages

Language:Vue 80.0%Language:HTML 15.3%Language:JavaScript 4.7%