The NOBEARS Nuxt Basic template is a template that is used to create a new Nuxt project. It is a good starting point for creating a new Nuxt project that follows our coding standards, release process and more.
git clone https://git.nobears.nl/nobears-front-end/templates/nuxt-basic.git
rm -rf .git
git init --initial-branch=main
git remote add origin <your-git-repository>
We recommend you to do the following:
git add .
git commit -m "chore(template): added NOBEARS Nuxt Basic template"
git push --set-upstream origin main