Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/nasirouwagana/vuebase
- Owner: nasirouwagana
- Created: 2018-02-05T19:05:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-08T22:57:39.000Z (about 6 years ago)
- Last Synced: 2024-08-02T07:21:25.879Z (3 months ago)
- Topics: backend-interface, material-design, material-theme, vue, vuetify
- Language: Vue
- Homepage:
- Size: 208 KB
- Stars: 238
- Watchers: 21
- Forks: 64
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - Vuebase - A Firebase-like theme (🙌 Projects using Vuetify <a name="projects"></a> / 🖼️ Themes <a name="themes"></a>)
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)