Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyranet/kyra.dev
My personal website
https://github.com/kyranet/kyra.dev
Last synced: 14 days ago
JSON representation
My personal website
- Host: GitHub
- URL: https://github.com/kyranet/kyra.dev
- Owner: kyranet
- License: mit
- Created: 2022-08-26T10:35:30.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-29T04:35:08.000Z (about 1 month ago)
- Last Synced: 2024-10-04T19:11:52.076Z (about 1 month ago)
- Language: Vue
- Homepage: https://kyra.dev
- Size: 7.25 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nuxt 3 Minimal Starter
Look at the [nuxt 3 documentation](https://v3.nuxtjs.org) to learn more.
## Development Server
Start the development server on http://localhost:3000
```bash
yarn dev
```## Production
Build the application for production:
```bash
yarn build
```Locally preview production build:
```bash
yarn preview
```Checkout the [deployment documentation](https://v3.nuxtjs.org/guide/deploy/presets) for more information.