Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimyiannis/my_portfolio
Have a look at my portfolio site!
https://github.com/dimyiannis/my_portfolio
nuxt3 tailwindcss
Last synced: about 2 months ago
JSON representation
Have a look at my portfolio site!
- Host: GitHub
- URL: https://github.com/dimyiannis/my_portfolio
- Owner: DimYiannis
- Created: 2023-03-22T15:47:39.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-11T19:16:47.000Z (2 months ago)
- Last Synced: 2024-11-11T19:37:08.047Z (2 months ago)
- Topics: nuxt3, tailwindcss
- Language: Vue
- Homepage: https://yiannis-portfolio.netlify.app
- Size: 580 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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.
![image](https://user-images.githubusercontent.com/107484245/227019011-b0b270f3-0365-4d14-9f8d-4f4ba008e1c6.png)
## Setup
1. Clone the repo
``` sh
git clone https://github.com/DimYiannis/My_Portfolio
```
2. Install NPM packages
```sh
npm install
```
3. Run NPM scriptRun app in development mode:
``` sh
npm run dev
```
## ProductionBuild the application for production:
```bash
npm run build
```Locally preview production build:
```bash
npm run preview
```
## Deploy ProjectCheck out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.