Skip to content

ndmikkelsen/nuxt-template

Repository files navigation

Bproto Nuxt 3 Website Template

Standard for setting up a Nuxt 3 web page.

Setup

git clone https://github.com/rajosch/nuxt-template.git /{path-to-your-dir}/{your-dir-name}

git remote set-url origin https://github.com/{your-username}/{your-repository}.git

git push --set-upstream origin main

If you want to use the standard BProto color scheme just put "".

Development Server

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

yarn dev

Production

Build the application for production:

yarn run build

Locally preview production build:

yarn run preview

Check out the deployment documentation for more information.

About

Boiler Plate Nuxt Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published