Skip to content

@we/nuxt-template

Features

  • ⚡️ Nuxt All the features of Nuxt 2
  • 🌍 i18n ready
  • 🎨 Vuetify
  • ⚙️ Auth integration with Nuxt Auth
  • 🎨 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

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