https://github.com/denyncrawford/desend
P2P Chat App based on IPFS on client side
https://github.com/denyncrawford/desend
Last synced: 7 months ago
JSON representation
P2P Chat App based on IPFS on client side
- Host: GitHub
- URL: https://github.com/denyncrawford/desend
- Owner: denyncrawford
- Created: 2021-10-05T05:23:49.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-20T04:12:17.000Z (over 3 years ago)
- Last Synced: 2025-02-05T11:38:05.004Z (over 1 year ago)
- Language: Vue
- Homepage: https://desend.netlify.app/
- Size: 2.19 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `Vite + Vue 3 + Tailwind CSS (starter) ⚡`

This starter template also includes:
- [Tailwind CSS v3.0.0-alpha ⚠](https://github.com/tailwindlabs/tailwindcss/releases/tag/v3.0.0-alpha.1)
- [Vue Router 4.x](https://github.com/vuejs/vue-router-next)
- [Inter var font](https://github.com/rsms/inter) (self-hosted, woff2, v3.19, with 'preload' attr, check out index.html)
- [Headless UI](https://headlessui.dev/vue/menu) - unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS
- [Heroicons](https://github.com/tailwindlabs/heroicons#vue) - beautiful hand-crafted SVG icons,
by the makers of Tailwind CSS
First-party plugins needed for Tailwind UI:
- [tailwindcss/forms](https://github.com/tailwindlabs/tailwindcss-forms)
- [tailwindcss/typography](https://github.com/tailwindlabs/tailwindcss-typography)
- [tailwindcss/line-clamp](https://github.com/tailwindlabs/tailwindcss-line-clamp)
- [tailwindcss/aspect-ratio](https://github.com/tailwindlabs/tailwindcss-aspect-ratio)
### Getting Started 🚀
[](https://open.vscode.dev/web2033/vite-vue3-tailwind-starter)
```sh
npx degit web2033/vite-vue3-tailwind-starter vvt-app
cd vvt-app
```
npm:
```sh
npm i
npm run dev
npm run build
npm run serve
```
yarn:
```sh
yarn
yarn dev
yarn build
yarn serve
```
[](https://app.netlify.com/start/deploy?repository=https://github.com/web2033/vite-vue3-tailwind-starter)
#### Bonus links
- [Enabling https on localhost](https://github.com/web2033/vite-vue3-tailwind-starter/discussions/112) (dev notes)
- [Vite dev server with netlify dev support](https://github.com/web2033/vite-vue3-tailwind-starter/discussions/113) (dev notes)
- [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) - recommended (instead of Vetur) VSCode extension built specifically for Vue 3
- [Pinia](https://pinia.esm.dev/introduction.html) - state-management alternative to Vuex 4 with a similar to upcoming Vuex 5 API
- [VueUse](https://vueuse.org/functions.html) - collection of essential Vue Composition Utilities