Look at the Nuxt 3 documentation to learn more.
# clone repo
git clone [email protected]:Payal17122000/nuxt3-boilerplate.git
Make sure to install the dependencies:
# npm
npm install
Start the development server on http://localhost:3000
npm run dev
- Bootstrap
- Pinia
- Axios
- Eslint - on commit
- Prettier - on commit
- vitest - for testcases
npm run test
- Eslint - on save
- Prettier - on save