https://github.com/gitfoxcode/whatsthehex
Small click game in nuxt.js
https://github.com/gitfoxcode/whatsthehex
game nuxt
Last synced: 3 months ago
JSON representation
Small click game in nuxt.js
- Host: GitHub
- URL: https://github.com/gitfoxcode/whatsthehex
- Owner: gitFoxCode
- Created: 2022-03-22T11:48:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-22T11:49:47.000Z (over 3 years ago)
- Last Synced: 2025-02-14T17:33:30.724Z (5 months ago)
- Topics: game, nuxt
- Language: Vue
- Homepage:
- Size: 134 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 Minimal Starter
We recommend to look at the [documentation](https://v3.nuxtjs.org).
## Setup
Make sure to install the dependencies
```bash
yarn install
```## Development
Start the development server on http://localhost:3000
```bash
yarn dev
```## Production
Build the application for production:
```bash
yarn build
```Checkout the [deployment documentation](https://v3.nuxtjs.org/docs/deployment).