Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).