slack-vuesualizer
Display and search your Slack export
File Explorer
Download Latest Version (.zip)- code-ql.yml
- docker-image.yml
- FUNDING.yml
- settings.json
- fade.css
- index.css
- list.css
- page.css
- slide-x.css
- slide-y.css
- font.css
- index.css
- tailwind.css
- Mulish-Italic-VariableFont_wght.ttf
- Mulish-VariableFont_wght.ttf
- RedHatMono-Italic-VariableFont_wght.ttf
- RedHatMono-VariableFont_wght.ttf
- AppVersion.vue
- Pagination.vue
- Select.vue
- Sort.vue
- Header.vue
- List.vue
- MultiSelect.vue
- Title.vue
- DetailRow.vue
- Filter.vue
- Broadcast.vue
- Channel.vue
- Emoji.vue
- Link.vue
- RichText.vue
- RichTextList.vue
- RichTextPreformatted.vue
- RichTextQuote.vue
- RichTextSection.vue
- Text.vue
- User.vue
- Attachments.vue
- Block.vue
- Files.vue
- Item.vue
- List.vue
- Reaction.vue
- Replies.vue
- Results.vue
- Search.vue
- Skeleton.vue
- Footer.vue
- GithubLink.vue
- Header.vue
- LocaleChanger.vue
- Menu.vue
- SideDrawer.vue
- ThemeToggle.vue
- Token.vue
- Base.vue
- Channels.vue
- Messages.vue
- Users.vue
- ChannelSelect.vue
- FileForm.vue
- Stepper.vue
- Success.vue
- Worker.vue
- Avatar.vue
- Email.vue
- MultiSelect.vue
- Name.vue
- Phone.vue
- Timezone.vue
- ConfirmDelete.vue
- Delete.vue
- states.ts
- useChannels.ts
- useEmoji.ts
- useFile.ts
- useFlip.ts
- useMessages.ts
- useSearch.ts
- useToken.ts
- useTsToDate.ts
- useUpload.ts
- useUsers.ts
- useZip.ts
- de.json
- en.json
- i18n.config.ts
- default.vue
- upload.vue
- auth.global.ts
- [channel].vue
- index.vue
- index.vue
- [id].vue
- index.vue
- index.vue
- index.vue
- upload.vue
- flip.ts
- favicon.png
- screenshot.png
- Slack_Mark.svg
- Slack_Mark_Monochrome_White.svg
- vuesualizer.png
- index.get.ts
- messages.get.ts
- index.get.ts
- index.get.ts
- index.get.ts
- index.post.ts
- index.get.ts
- index.get.ts
- index.post.ts
- index.post.ts
- count.get.ts
- search.get.ts
- index.get.ts
- index.get.ts
- index.get.ts
- index.delete.ts
- auth.ts
- mongo.ts
- normalizeMessages.ts
- Channel.ts
- Dm.ts
- File.ts
- Message.ts
- Sort.ts
- User.ts
- .dockerignore
- .env.sample
- .eslintrc
- .gitignore
- .npmrc
- app.vue
- docker-compose.dev.yml
- docker-compose.yml
- Dockerfile
- LICENSE
- nuxt.config.ts
- package.json
- pnpm-lock.yaml
- pnpm-workspace.yaml
- README.md
- renovate.json
- tailwind.config.ts
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/4350pChris/slack-vuesualizer
Downloads the entire project code from GitHub to your computer.
cd slack-vuesualizer
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
docker compose up
Builds and starts all defined containers (server, database, etc.) at once, in the background.
docker compose -f docker-compose.dev.yml up
Runs the command against the services defined in the compose file.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
3. Node.js
EasyPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm run dev
Starts the development/run server.
npm run build
Builds optimized production files.
npm run preview
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
