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

https://github.com/igorhalfeld/fcamara-meetup-vnotes

Notepad to Markdown with Vue.js and Local Storage API for a Meetup DEMO
https://github.com/igorhalfeld/fcamara-meetup-vnotes

Last synced: 6 months ago
JSON representation

Notepad to Markdown with Vue.js and Local Storage API for a Meetup DEMO

Awesome Lists containing this project

README

          

# v-notes

## 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
```