https://github.com/gravitano/nuxt3-windicss-starter
Nuxt 3 + WindiCSS Starter
https://github.com/gravitano/nuxt3-windicss-starter
Last synced: 3 months ago
JSON representation
Nuxt 3 + WindiCSS Starter
- Host: GitHub
- URL: https://github.com/gravitano/nuxt3-windicss-starter
- Owner: gravitano
- Created: 2022-04-19T22:30:42.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-19T23:39:05.000Z (about 3 years ago)
- Last Synced: 2025-01-20T07:27:03.487Z (5 months ago)
- Language: Vue
- Homepage: nuxt3-windicss-starter.vercel.app
- Size: 67.4 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
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).