Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nasirouwagana/vuebase

Building Vuebase : a Firebase-like theme : https://vuebase-theme.firebaseapp.com built with Vue and Vuetify (https://vuetifyjs.com)
https://github.com/nasirouwagana/vuebase

backend-interface material-design material-theme vue vuetify

Last synced: 6 days ago
JSON representation

Building Vuebase : a Firebase-like theme : https://vuebase-theme.firebaseapp.com built with Vue and Vuetify (https://vuetifyjs.com)

Awesome Lists containing this project

README

        

# Vuebase

Welcome to Vuebase : a Firebase-like theme : [https://vuebase-theme.firebaseapp.com](https://vuebase-theme.firebaseapp.com) built with [Vue](https://vuejs.org) and [Vuetify](https://vuetifyjs.com)

## Requirements
- [Node.js 8.9 or above (8.11.0+ recommended)](https://nodejs.org)
- [Vue CLI 3](https://cli.vuejs.org/guide/installation.html)

## Features
- [Vue 2.5.17](https://vuejs.org)
- [Vuetify 1.2.2](https://vuetifyjs.com)

## Project setup
```
npm install
```

## Environment Variables and Modes
Details are available here : [https://cli.vuejs.org/guide/mode-and-env.html](https://cli.vuejs.org/guide/mode-and-env.html)
```
cp .env.local .env
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

# Integration Vuebase with Laravel 5.6
[https://github.com/nasirouwagana/laravel-vuebase](https://github.com/nasirouwagana/laravel-vuebase)