https://github.com/xeoneux/cropchat
💬 A Progressive Web Application with Vue JS, Webpack & Material Design
https://github.com/xeoneux/cropchat
Last synced: 27 days ago
JSON representation
💬 A Progressive Web Application with Vue JS, Webpack & Material Design
- Host: GitHub
- URL: https://github.com/xeoneux/cropchat
- Owner: xeoneux
- Created: 2017-09-15T13:44:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-26T11:57:36.000Z (over 7 years ago)
- Last Synced: 2025-02-09T19:18:52.031Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 271 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cropchat
> cropchat - A cat messager app
## 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 detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).