https://github.com/echo511/tsiongas.eu
Personal web with contact info and some articles...
https://github.com/echo511/tsiongas.eu
Last synced: 11 months ago
JSON representation
Personal web with contact info and some articles...
- Host: GitHub
- URL: https://github.com/echo511/tsiongas.eu
- Owner: echo511
- Created: 2023-03-29T14:49:16.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-07T17:05:45.000Z (over 2 years ago)
- Last Synced: 2025-01-25T22:21:43.966Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://tsiongas-eu.vercel.app
- Size: 40.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 Minimal Starter
Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
## Setup
```bash
# pnpm
pnpm install
pnpm run dev
npm run preview
pnpm run generate
```
## Common problems
Po instalaci tailwindcss a registrování jako modulu psalo "No utility classes were detected in your source files". Ve výchozí configuraci se nevyhledává v .tsx formátu komponent!
## Inspiration
Main idea came from my dear friend's online contact card http://sodae.cz/
Design is party inspired by https://spotlight.tailwindui.com/
### How to import components into .tsx format components
The default VSC import method using ~~/.nuxt/components results in an error. Solution is to address with #components which is defined in tsconfig.json.
Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.