An open API service indexing awesome lists of open source software.

https://github.com/bohdanmoroziuk/v-md-notebook

A simple markdown notebook created with Vue.js 2 and Marked. My first app created using Vue.js.
https://github.com/bohdanmoroziuk/v-md-notebook

bootstrap-material-design date-fns markdown marked notebook notes vuejs vuex

Last synced: about 2 months ago
JSON representation

A simple markdown notebook created with Vue.js 2 and Marked. My first app created using Vue.js.

Awesome Lists containing this project

README

        

# Markdown Notebook

> A simple markdown notebook created with Vue.js 2 and Marked.

## Preview

Markdown Notebook

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your tests
```
npm run test
```

### Lints and fixes files
```
npm run lint
```