https://github.com/casoon/nuxt3-windi-starter
https://github.com/casoon/nuxt3-windi-starter
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/casoon/nuxt3-windi-starter
- Owner: casoon
- Created: 2022-08-31T07:54:44.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-11T15:29:44.000Z (almost 2 years ago)
- Last Synced: 2025-08-04T19:38:26.791Z (10 months ago)
- Language: Vue
- Size: 256 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 Minimal Starter with Pinia and WindiCSS
Look at the [nuxt 3 documentation](https://v3.nuxtjs.org) to learn more.
## Setup
Make sure to install the dependencies:
```bash
yarn install
```
## Development Server
Start the development server on http://localhost:3000
```bash
yarn run dev
```
## Production
Build the application for production:
```bash
yarn run build
```
Locally preview production build:
```bash
yarn run preview
```
Checkout the [deployment documentation](https://v3.nuxtjs.org/guide/deploy/presets) for more information.