Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 937 Bytes

README.md

File metadata and controls

48 lines (32 loc) · 937 Bytes

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.