https://github.com/dabeng/bigfish
基于Vue.js & Firebase的钓鱼日志
https://github.com/dabeng/bigfish
Last synced: about 1 year ago
JSON representation
基于Vue.js & Firebase的钓鱼日志
- Host: GitHub
- URL: https://github.com/dabeng/bigfish
- Owner: dabeng
- License: mit
- Created: 2018-01-23T09:06:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-27T11:49:15.000Z (almost 8 years ago)
- Last Synced: 2025-04-28T11:16:18.014Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3.28 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bigfish

做巨物站点的主要目的有两个:
1. 基于Vuejs和Firebase构建重客户端应用,体验与梳理Vuejs框架的最佳实践
2. 终于有机会为自己打造一件称手的应用
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run all tests
npm test
```
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).