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

https://github.com/osintt/simple-vuejs-notes-app

Simple to do(s) app made with Vue.js and Bootstrap
https://github.com/osintt/simple-vuejs-notes-app

Last synced: 5 months ago
JSON representation

Simple to do(s) app made with Vue.js and Bootstrap

Awesome Lists containing this project

README

          

# Simple VueJS notes app

> Simple to do(s) app made with Vue.js and Bootstrap

## Build Setup

``` bash
# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build
```