Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zuramai/saugi.me
My Portofolio Website Created with Nuxt 3 and UnoCSS
https://github.com/zuramai/saugi.me
nuxt portfolio unocss
Last synced: 2 months ago
JSON representation
My Portofolio Website Created with Nuxt 3 and UnoCSS
- Host: GitHub
- URL: https://github.com/zuramai/saugi.me
- Owner: zuramai
- Created: 2020-10-26T03:40:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-03-26T10:53:25.000Z (10 months ago)
- Last Synced: 2024-10-12T07:11:16.232Z (3 months ago)
- Topics: nuxt, portfolio, unocss
- Language: TypeScript
- Homepage: https://saugi.me
- Size: 28.1 MB
- Stars: 33
- Watchers: 3
- Forks: 7
- 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://v3.nuxtjs.org) to learn more.
## Setup
Make sure to install the dependencies:
```bash
# yarn
yarn install# npm
npm install# pnpm
pnpm install --shamefully-hoist
```## Development Server
Start the development server on http://localhost:3000
```bash
npm run dev
```## Production
Build the application for production:
```bash
npm run build
```Locally preview production build:
```bash
npm run preview
```Checkout the [deployment documentation](https://v3.nuxtjs.org/guide/deploy/presets) for more information.