https://github.com/crispengari/markdown-app-vuejs-3
  
  
    This is a simple markdown application that converts the, normal text to `markdown` text in `Vue.js` 
    https://github.com/crispengari/markdown-app-vuejs-3
  
css html javascript markdown npm vue vuejs webapp webdevelopers webdevelopment
        Last synced: 3 months ago 
        JSON representation
    
This is a simple markdown application that converts the, normal text to `markdown` text in `Vue.js`
- Host: GitHub
- URL: https://github.com/crispengari/markdown-app-vuejs-3
- Owner: CrispenGari
- Created: 2021-01-19T18:24:00.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-19T18:34:10.000Z (almost 5 years ago)
- Last Synced: 2025-04-03T18:52:03.693Z (7 months ago)
- Topics: css, html, javascript, markdown, npm, vue, vuejs, webapp, webdevelopers, webdevelopment
- Language: Vue
- Homepage:
- Size: 196 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- 
            Metadata Files:
            - Readme: README.md
 
Awesome Lists containing this project
README
          # markdown-app
This is a simple markdown application that converts the, normal text to `markdown` text in `Vue.js`
## DEMO

## This app is capable of:
- converting the text into markdown text from a `textarea` to an article
## What is used in this Application?
- Vue.js
- marked
### Installation of the `marked` npm package
```shell
$npm install marked
```
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).