Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tcastanie/wacky-planets
Quick SPA using module Nuxt I18n, for fun
https://github.com/tcastanie/wacky-planets
i18n nuxt spa
Last synced: 12 days ago
JSON representation
Quick SPA using module Nuxt I18n, for fun
- Host: GitHub
- URL: https://github.com/tcastanie/wacky-planets
- Owner: tcastanie
- Created: 2024-07-15T20:18:08.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T10:57:42.000Z (3 months ago)
- Last Synced: 2024-10-11T15:41:05.561Z (about 1 month ago)
- Topics: i18n, nuxt, spa
- Language: Vue
- Homepage: https://wacky-planets.tcastanie.dev/
- Size: 12.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wacky planets
## Setup
```bash
pnpm install
```## Development Server
Start the development server on `http://localhost:3000`:
```bash
pnpm run dev
```## Production
Build the application for production:
```bash
pnpm run build
```Locally preview production build:
```bash
pnpm run preview
```