https://github.com/dutchcoders/slackarchive-app
The web application for SlackArchive
https://github.com/dutchcoders/slackarchive-app
Last synced: 4 months ago
JSON representation
The web application for SlackArchive
- Host: GitHub
- URL: https://github.com/dutchcoders/slackarchive-app
- Owner: dutchcoders
- License: other
- Created: 2017-01-20T10:02:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T16:25:14.000Z (over 1 year ago)
- Last Synced: 2024-12-27T09:12:20.149Z (6 months ago)
- Language: Vue
- Homepage: https://github.com/dutchcoders/slackarchive
- Size: 1.11 MB
- Stars: 6
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slack-archive
> Public chat archive for your Slack team
## Build Setup
``` bash
# install dependencies
yarn# serve with hot reload at localhost:8080
yarn dev# build for production with minification
yarn build
```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).