@we/nuxt-template
Features
- ⚡️ Nuxt All the features of Nuxt 3
- 🌍 i18n ready
- 🎨 Vuetify
- ⚙️ Auth integration with Nuxt Auth Sanctum
- 🎨 Coding style with
@we/eslint-config
- 📦 @we/nuxt (api, notify, persist, components, etc)
- 📑 Default, empty and error layouts
- 🤙🏻 Login and forgot password pages
Usage
sh
$ npx deegit https://git.weconstudio.it/we/nuxt-template.git <project-name>
CRUD generator (to update with new version)
You can use @we/gen to generate CRUD pages for your models.
sh
git clone git@git.weconstudio.it:we/gen.git
cd gen
yarn && yarn dev