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
- Host: GitHub
- URL: https://github.com/lkiarest/vue-firebase
- Owner: lkiarest
- License: mit
- Created: 2017-03-29T06:03:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-29T09:53:11.000Z (about 9 years ago)
- Last Synced: 2025-01-21T08:45:09.115Z (over 1 year ago)
- Language: JavaScript
- Size: 410 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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) 启动模板创建