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

https://github.com/lkiarest/vue-firebase

simple demo of vue2 & firebase
https://github.com/lkiarest/vue-firebase

Last synced: 5 months ago
JSON representation

simple demo of vue2 & firebase

Awesome Lists containing this project

README

          

# vue-firebase

simple demo of vue2 & firebase

### Demo

Visit [Online Demo](https://lkiarest.github.io/vue-firebase)

### 使用方法

```
npm install
npm run dev #开发模式
npm run build #发布模式
```

此项目基于[vue-elementui](https://github.com/lkiarest/element-ui-startkit) 启动模板创建