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
- Host: GitHub
- URL: https://github.com/arranf/vue-notes
- Owner: arranf
- Created: 2017-01-20T00:51:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-01T12:19:08.000Z (over 9 years ago)
- Last Synced: 2025-07-06T08:04:59.577Z (11 months ago)
- Topics: firebase, sample, vue
- Language: JavaScript
- Size: 46.9 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```