Skip to content

monsat/nuxt3-starter

Repository files navigation

Nuxt 3 Minimal Starter with VueUse and WindiCSS

Documents

Clone

git remote rename origin template  # origin → template
gh repo create                     # Create your remote repository by GitHub CLI
git push -u origin main            # Push to your repository

template:main : This repository
origin:main : Your remote repository

gh command by GitHub CLI
or git remote add origin ~~~

Setup

Make sure to install the dependencies

yarn install

Development

Start the development server on http://localhost:3000

yarn dev

Production

Build the application for production:

yarn build

Checkout the deployment documentation.

About

Nuxt 3 Minimal Starter with VueUse and WindiCSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published