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

https://github.com/arranf/vue-notes

An app forked from a broken tutorial to learn Vue
https://github.com/arranf/vue-notes

firebase sample vue

Last synced: 27 days ago
JSON representation

An app forked from a broken tutorial to learn Vue

Awesome Lists containing this project

README

          

# A Notes App

## History
Based on a [broken tutorial](https://coligo.io/learn-vuex-by-building-notes-app/) that I was using to learn Vuex.
Now powered by a Firebase API.

Uses the [webpack template](http://vuejs-templates.github.io/webpack/) [vuexfire](https://github.com/posva/vuexfire), [vuex](https://vuex.vuejs.org/en/), and [vue-router](router.vuejs.org/en/).

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