Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eldarc/hoolala-nuxt-buefy-example
Event cost planing app build with Nuxt.js and Buefy
https://github.com/eldarc/hoolala-nuxt-buefy-example
Last synced: 22 days ago
JSON representation
Event cost planing app build with Nuxt.js and Buefy
- Host: GitHub
- URL: https://github.com/eldarc/hoolala-nuxt-buefy-example
- Owner: eldarc
- Created: 2019-03-17T23:30:07.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-17T23:51:29.000Z (almost 6 years ago)
- Last Synced: 2024-11-01T05:26:58.367Z (2 months ago)
- Language: Vue
- Size: 2.43 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hoolala
**Hoolala is a simple cost planning app. It is built as an example of Nuxt.js with Buefy.**
> "hoolala" => "planning", "plan" in Hawaiian.## Live Demo
Live demo is available here: https://hoolala.netlify.com
## Quick Demo
![Quick Demo 1](https://github.com/eldarc/hoolala-nuxt-buefy-example/raw/master/assets/tutorial-1.gif)
![Quick Demo 2](https://github.com/eldarc/hoolala-nuxt-buefy-example/raw/master/assets/tutorial-2.gif)
## Build Setup
``` bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn run dev# build for production and launch server
$ yarn run build
$ yarn start# generate static project
$ yarn run generate
```For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).